carloea2 commented on code in PR #5603:
URL: https://github.com/apache/texera/pull/5603#discussion_r3417920360
##########
amber/src/main/python/core/models/schema/attribute_type.py:
##########
@@ -33,8 +33,11 @@ class AttributeType(Enum):
STRING = 1
INT = 2
+ # Java enum-name aliases accepted by the UI parameter parser.
+ INTEGER = 2
Review Comment:
Done. I added a short comment explaining that enum attribute access needs
Java-style names, while RAW_TYPE_MAPPING handles raw schema strings.
--
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]