We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897554c commit 890e927Copy full SHA for 890e927
1 file changed
paimon-python/pypaimon/tests/ray_data_test.py
@@ -164,10 +164,6 @@ def test_ray_data_read_with_blob(self):
164
ray_table_check = pa.Table.from_pandas(df_check)
165
ray_schema_check = ray_table_check.schema
166
ray_data_field = ray_schema_check.field('data')
167
-
168
- print(f"Ray Dataset type: {ray_data_field.type}")
169
- print(f"Is binary: {pa_types.is_binary(ray_data_field.type)}")
170
- print(f"Is large_binary: {pa_types.is_large_binary(ray_data_field.type)}")
171
172
self.assertTrue(
173
pa_types.is_binary(ray_data_field.type),
0 commit comments