novakov-alexey commented on issue #3617:
URL: https://github.com/apache/hudi/issues/3617#issuecomment-914315442


   @codope I have an empty dataset which is used in Spark SQL as a table for 
joining with other tables. That means I need to have such Hudi table registered 
in Glue/Hive catalog in advance. Otherwise I get "table not found error" during 
my query execution. 
   When I later run complex business query in my Spark SQL code, I do 
spark.sql("use mydb") where that empty table must be present already. It is a 
bit weird, but this is current use-case.


-- 
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: commits-unsubscr...@hudi.apache.org

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


Reply via email to