ebyhr commented on code in PR #3635:
URL: https://github.com/apache/iceberg-python/pull/3635#discussion_r3558526160
##########
tests/test_transforms.py:
##########
@@ -1682,6 +1682,13 @@ def test_bucket_pyarrow_void_transform() -> None:
assert output_arr ==
VoidTransform().pyarrow_transform(IntegerType())(input_arr)
+def test_bucket_pyarrow_transform_dictionary_encoded() -> None:
Review Comment:
This test fails if we revert changes in transforms.py.
--
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]