forked from ibis-project/ibis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(flink): add
TestConf
(without common tests)
* build(flink): update extra requirements and update * feat(flink): implement a minimal PyFlink `Backend` * fix(flink): pass unqualified name to DatabaseTable * fix(flink): ignore `limit` to fix `Expr.execute()` * test(flink): configure `pytest` plugin for PyFlink * ci(flink): exclude Flink backend from some linting * ci(flink): post-install `apache-flink` for testing * ci(flink): test Python 3.10 (supported by PyFlink) * test(flink): add `TestConf`, and enable test suite * test(flink): re-install pandas~=1.5 for ArrowDtype * feat(flink): implement `has_operation` for backend * ci(flink): remove the separate `test_flink` config * chore(flink): remove join tests and snapshot filess * test(flink): mark unnest operation not implemented * fix(flink): `deps` should be import names, not pip * test(flink): ignore deprecation warning, from Beam * ci(flink): quote reserved words year, month, table * test(flink): make warnings filter match more beams * ci(flink): mark Flink backend tests as serial-only * ci: turn on verbose mode in serial backend testing * test(flink): remove header for Flink backend tests * ci: use platform-agnostic way to delete first line * ci: swap double with single quotes for here-string * ci(flink): exclude Python 3.11 tests for `Backend` * revert: turn off verbose mode in serial backend testing Refs: ad387c1 * test(flink): mark STRUCT (i.e. ROW) type `notimpl` * test(flink): specify unimplemented join operations * chore: exclude flink from the operation support matrix for now * feat(flink): implement a minimal PyFlink `Backend` * ci: don't unnecessarily generate Python 3.10 stuff * test(flink): mark `notyet` for semi and anti joins * chore: undo artifacts of merge --------- Co-authored-by: Phillip Cloud <[email protected]> test(flink): mark `dot_sql_notimpl` for `Backend` test(flink): mark `ROWID` test as `notimpl` (operation isn't defined) test(flink): mark `to_pyarrow`/`to_pyarrow_batches` `notimpl` test(flink): mark rest of export operations not implemented test(flink): don't run `test_array` until memtable test(flink): add information to make `test_network` work test(flink): don't test dataframe interchange (no to_pyarrow) test(flink): mark `test_examples.py` `notimpl` feat(flink): implement support for UUID literals ci(flink): exclude common tests from `TestConf` PR chore(flink): undo changes in common test directories refactor(flink): rename `t_env` arg to `table_env` test(flink): load from parquet with pandas instead of from CSV ci(flink): remove header-removal steps from workflow
- Loading branch information
Showing
13 changed files
with
88 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
.../backends/flink/tests/snapshots/test_join/test_join_then_filter_no_column_overlap/out.sql
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
.../backends/flink/tests/snapshots/test_join/test_mutate_then_join_no_column_overlap/out.sql
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
ibis/backends/flink/tests/snapshots/test_join/test_mutating_join/inner/out.sql
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
ibis/backends/flink/tests/snapshots/test_join/test_mutating_join/left/out.sql
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.