JonasJ-ap commented on code in PR #7148:
URL: https://github.com/apache/iceberg/pull/7148#discussion_r1142763515


##########
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:
   Sure! I created a new table containing all the types in the test environment 
and used it to test the conversion from iceberg to ray dataset



-- 
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]

Reply via email to