dingo4dev commented on code in PR #2220:
URL: https://github.com/apache/iceberg-python/pull/2220#discussion_r2533619964


##########
tests/integration/test_writes/test_writes.py:
##########
@@ -2089,6 +2091,7 @@ def test_read_write_decimals(session_catalog: Catalog) -> 
None:
     assert tbl.scan().to_arrow() == arrow_table
 
 
[email protected]("UUID BucketTransform is not supported in Spark Iceberg 
1.9.2 yet")

Review Comment:
   @raulcd  You're right! I just found that is a way to add the skip marker to 
specific parameter, so that we can keep the partition test running on the 
Spark, and also able to skip the `BucketTransform` and easy to tracked it 
instead of using comments, tho. How does that sound?



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