Skip to content

Commit

Permalink
Avoid using floating point for partition values in Delta Lake tests (#…
Browse files Browse the repository at this point in the history
…9961)

Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe authored Dec 5, 2023
1 parent 7e30bde commit ae6716d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration_tests/src/main/python/delta_lake_write_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
short_gen,
int_gen,
long_gen,
# Avoid NaNs since it falsely triggers switch to new file when checking if partition changed
FloatGen(no_nans=True),
DoubleGen(no_nans=True),
# Some file systems have issues with UTF8 strings so to help the test pass even there
StringGen('(\\w| ){0,50}'),
boolean_gen,
Expand Down

0 comments on commit ae6716d

Please sign in to comment.