carloea2 commented on code in PR #4268:
URL: https://github.com/apache/texera/pull/4268#discussion_r3105616636


##########
amber/src/main/python/pytexera/__init__.py:
##########
@@ -53,4 +54,7 @@
     "Iterator",
     "Optional",
     "Union",
+    "Dict",

Review Comment:
   @kunwp1 NameError: name 'Dict' is not defined
   2026-04-18 12:17:21.586 | ERROR    | 
core.architecture.rpc.async_rpc_server:receive:102 - name 'Dict' is not defined
     File "C:\Users\carlo\AppData\Local\Temp\tmpkqz8h60kfsTempFS\udf-v1.py", 
line 12, in <module>
       class ProcessTupleOperator(UDFOperatorV2):
                                  -> <class 
'pytexera.udf.udf_operator.UDFOperatorV2'>
   
     File "C:\Users\carlo\AppData\Local\Temp\tmpkqz8h60kfsTempFS\udf-v1.py", 
line 30, in ProcessTupleOperator
       def _texera_injected_ui_parameters(self) -> Dict[str, Any]:
   
   NameError: name 'Dict' is not defined



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