shuiqiangchen commented on code in PR #19140:
URL: https://github.com/apache/flink/pull/19140#discussion_r912910513


##########
flink-python/pyflink/table/types.py:
##########
@@ -2007,6 +1870,15 @@ def _to_java_data_type(data_type: DataType):
         fields = [JDataTypes.FIELD(f.name, _to_java_data_type(f.data_type))

Review Comment:
   Currently, we get the nullability and length through the variable access of 
DataType.



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