dianfu commented on a change in pull request #8420: [FLINK-12408][python] Allow 
to define the data types in Python
URL: https://github.com/apache/flink/pull/8420#discussion_r284597335
 
 

 ##########
 File path: 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/Types.scala
 ##########
 @@ -196,4 +200,145 @@ object Types {
   def MULTISET[E](elementType: TypeInformation[E]): 
TypeInformation[util.Map[E, lang.Integer]] = {
     new MultisetTypeInfo(elementType)
   }
+
+  def fromJson(json: String): TypeInformation[_] = {
 
 Review comment:
   Makes sense. Have updated the PR and addressed these issues.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to