JingsongLi commented on code in PR #8227:
URL: https://github.com/apache/paimon/pull/8227#discussion_r3408075825


##########
paimon-python/pypaimon/tests/blob_table_test.py:
##########
@@ -1059,6 +1059,141 @@ def test_null_blob(self):
             [b'first_blob', None, b'third_blob', None, b'fifth_blob'],
         )
 
+    def test_update_blob_column_rejected(self):

Review Comment:
   Do not add test to `rejected`. If this feature is something we want to add 
later, there's no need to test and reject it now. Instead of adding tests that 
reject it, it's better to fix it directly.



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

Reply via email to