zhangjun0x01 commented on issue #1589: URL: https://github.com/apache/iceberg/issues/1589#issuecomment-708140427
hi,@aokolnychyi I don't know whether flink supports stored procedures, but I see that the source code of flink has a related sqlnode extension interface. I think we should be able to do sql extension by implementing this interface. https://github.com/apache/flink/blob/master/flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ExtendedSqlNode.java ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
