okayhooni opened a new issue, #9954:
URL: https://github.com/apache/iceberg/issues/9954

   ### Query engine
   
   Flink
   
   ### Question
   
   I tried to implement Flink application(source: Iceberg, sink: Iceberg). and 
use both Flink's datastream API and Table API for our convention for structure 
of Flink apps.
   
   For this purpose, I want to define Iceberg catalog and share it between 
DataStream API and Table/SQL API.
   
   But, I didn't find the way to share catalog among them. (I couldn't find the 
way except defining same catalog twice for each Flink API)
   
   Is there any way to define Iceberg catalog and share it between DataStream 
API and Table/SQL API?


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to