jackye1995 commented on code in PR #7148:
URL: https://github.com/apache/iceberg/pull/7148#discussion_r1142727400
##########
python/tests/test_integration.py:
##########
@@ -80,3 +80,10 @@ def test_duckdb_nan(table_test_null_nan_rewritten: Table) ->
None:
result = con.query("SELECT idx, col_numeric FROM table_test_null_nan WHERE
isnan(col_numeric)").fetchone()
assert result[0] == 1
assert math.isnan(result[1])
+
+
[email protected]
+def test_ray_dataset_nan(table_test_null_nan_rewritten: Table) -> None:
Review Comment:
can we add some more tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]