You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/12 22:48:59 UTC

[GitHub] [iceberg] aokolnychyi opened a new issue #1589: Introduce spark3-extensions module

aokolnychyi opened a new issue #1589:
URL: https://github.com/apache/iceberg/issues/1589


   Introduce a new module and set up parsing logic for Spark SQL extensions.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] aokolnychyi closed issue #1589: Spark SQL Extensions: Introduce spark3-extensions module

Posted by GitBox <gi...@apache.org>.
aokolnychyi closed issue #1589:
URL: https://github.com/apache/iceberg/issues/1589


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] aokolnychyi commented on issue #1589: Spark SQL Extensions: Introduce spark3-extensions module

Posted by GitBox <gi...@apache.org>.
aokolnychyi commented on issue #1589:
URL: https://github.com/apache/iceberg/issues/1589#issuecomment-723526016


   Done in #1728.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] zhangjun0x01 commented on issue #1589: Spark SQL Extensions: Introduce spark3-extensions module

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] zhangjun0x01 commented on issue #1589: Spark SQL Extensions: Introduce spark3-extensions module

Posted by GitBox <gi...@apache.org>.
zhangjun0x01 commented on issue #1589:
URL: https://github.com/apache/iceberg/issues/1589#issuecomment-707430532


   I think we should extract some common functions when designing the code, because we should also do flink sql extension in the future


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] aokolnychyi commented on issue #1589: Introduce spark3-extensions module

Posted by GitBox <gi...@apache.org>.
aokolnychyi commented on issue #1589:
URL: https://github.com/apache/iceberg/issues/1589#issuecomment-707383279


   This one is on me.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] aokolnychyi commented on issue #1589: Spark SQL Extensions: Introduce spark3-extensions module

Posted by GitBox <gi...@apache.org>.
aokolnychyi commented on issue #1589:
URL: https://github.com/apache/iceberg/issues/1589#issuecomment-707496193


   @zhangjun0x01 Does Flink support stored procedures or being able to plugin extensions like Spark?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org