tsungchih commented on code in PR #7241:
URL: https://github.com/apache/gravitino/pull/7241#discussion_r2111835985


##########
clients/client-python/gravitino/api/types/json_serdes/_helper/serdes_utils.py:
##########
@@ -50,6 +54,7 @@ class SerdesUtils:
     UNPARSED_TYPE: ClassVar[str] = "unparsedType"
     EXTERNAL: ClassVar[str] = "external"
     CATALOG_STRING: ClassVar[str] = "catalogString"
+    NULL: ClassVar[str] = "NULL"

Review Comment:
   I think I got the deserialized data of struct fields mixed up with primitive 
types so that I used `NULL` to check if a field is nullable. I'll fix it. 
Thanks for the comments. And sorry for the confusion. 



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