deepakpanda93 commented on issue #14107: URL: https://github.com/apache/hudi/issues/14107#issuecomment-3426326406
Hello @yihua I am able to reproduce the issue using the given commands with Hudi Versions 1.0.2, 0.15 and 0.14.1 respectively. ``` Error: (1.0.2 and 0.15) spark-sql (default)> CREATE TABLE hudi_demo_table_failure_like LIKE hudi_demo_table_failure USING HUDI; Creating ro/rt table need the existence of the base table. Error: (0.14.1) spark-sql> CREATE TABLE hudi_demo_table_failure_like LIKE hudi_demo_table_failure USING HUDI; Error in query: Creating ro/rt table need the existence of the base table. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
