davidradl commented on code in PR #26414:
URL: https://github.com/apache/flink/pull/26414#discussion_r2033103863


##########
flink-python/pyflink/common/types.py:
##########
@@ -108,6 +108,7 @@ def __init__(self, *args, **kwargs):
             self._from_dict = True
         else:
             self._values = list(args)
+            self._from_dict = False

Review Comment:
   nit: can we do this outside the if with self._from_dict = kwargs;



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to