kunwp1 commented on code in PR #4100:
URL: https://github.com/apache/texera/pull/4100#discussion_r2615921137


##########
amber/src/main/python/core/models/schema/attribute_type.py:
##########
@@ -83,6 +87,7 @@ class AttributeType(Enum):
     AttributeType.BOOL: bool,
     AttributeType.BINARY: bytes,
     AttributeType.TIMESTAMP: datetime.datetime,
+    AttributeType.LARGE_BINARY: largebinary,

Review Comment:
   I think in line 65, I am already mapping `LARGE_BINARY` attribute to arrow 
string. The line you are referring to is mapping `LARGE_BINARY` attribute 
convert it back to Python object in the UDF.



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