Skip to content

Commit

Permalink
Add handleEmitPyFloat to also support float pyarrow dtype columns wit…
Browse files Browse the repository at this point in the history
…h NAN.

- Refactor and split Pandas Tests
- Add tests for more dtypes to Pandas Tests
  • Loading branch information
tkilias committed May 23, 2023
1 parent ffc6efe commit c0a0092
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flavors/standard-EXASOL-7.0.0/flavor_base/testconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generic_language_tests=python3 java r
test_folders=python3/all python3/external_modules java r standard-flavor/all standard-flavor/7.0 python3-no-python2
test_folders=python3/all python3/external_modules java r standard-flavor/all standard-flavor/7.0 python3-no-python2 pandas/all
2 changes: 1 addition & 1 deletion flavors/standard-EXASOL-7.1.0/flavor_base/testconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generic_language_tests=python3 java r
test_folders=python3/all python3/external_modules python3-no-python2 java r standard-flavor/all standard-flavor/7.1
test_folders=python3/all python3/external_modules python3-no-python2 java r standard-flavor/all standard-flavor/7.1 pandas/all
2 changes: 1 addition & 1 deletion flavors/standard-EXASOL-8.0.0/flavor_base/testconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generic_language_tests=python3 java r
test_folders=python3/all python3/external_modules python3-no-python2 java r standard-flavor/all standard-flavor/7.1 standard-flavor/8.0
test_folders=python3/all python3/external_modules python3-no-python2 java r standard-flavor/all standard-flavor/7.1 standard-flavor/8.0 pandas/all pandas/pandas2

0 comments on commit c0a0092

Please sign in to comment.