You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/22 13:10:40 UTC

[GitHub] [flink] KurtYoung commented on a change in pull request #8179: [FLINK-12200] [Table API] Support UNNEST for MAP types

KurtYoung commented on a change in pull request #8179: [FLINK-12200] [Table API] Support UNNEST for MAP types
URL: https://github.com/apache/flink/pull/8179#discussion_r277285495
 
 

 ##########
 File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/plan/util/ExplodeFunctionUtil.scala
 ##########
 @@ -54,6 +55,15 @@ abstract class ExplodeTableFunction[T] extends TableFunction[T] {
   }
 }
 
+class MapExplodeTableFunc extends TableFunction[Object]{
 
 Review comment:
   I'm not sure making this table function returning object and let framework rely on information somewhere else to perform right is good choice. This will make the codes fragile. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services