deepakpanda93 commented on issue #14457: URL: https://github.com/apache/hudi/issues/14457#issuecomment-3665694480
I confirmed it is working ``` hive> set hive.execution.engine=spark; hive> set hive.execution.engine; hive.execution.engine=spark hive> show databases; OK default hive_sync_db Time taken: 0.327 seconds, Fetched: 2 row(s) hive> show tables in hive_sync_db; OK hive_sync_table Time taken: 0.02 seconds, Fetched: 1 row(s) hive> select * from hive_sync_db.hive_sync_table; OK 20251217135515320 20251217135515320_0_0 103 creation_date=2015-01-01 ace6d58d-9f08-4d4a-97be-c7d167ab1b06-0_0-23-34_20251217135515320.parquet 103 unprocessed 2015-01-01T13:51:40.519832Z 2015-01-01 20251217135515320 20251217135515320_0_1 100 creation_date=2015-01-01 ace6d58d-9f08-4d4a-97be-c7d167ab1b06-0_0-23-34_20251217135515320.parquet 100 unprocessed 2015-01-01T13:51:39.340396Z 2015-01-01 20251217135515320 20251217135515320_0_2 101 creation_date=2015-01-01 ace6d58d-9f08-4d4a-97be-c7d167ab1b06-0_0-23-34_20251217135515320.parquet 101 unprocessed 2015-01-01T12:14:58.597216Z 2015-01-01 20251217135515320 20251217135515320_0_3 102 creation_date=2015-01-01 ace6d58d-9f08-4d4a-97be-c7d167ab1b06-0_0-23-34_20251217135515320.parquet 102 unprocessed 2015-01-01T13:51:40.417052Z 2015-01-01 20251217135515320 20251217135515320_1_0 104 creation_date=2015-01-02 a917e360-910e-423c-a2ce-dd24623f2dc7-0_1-23-35_20251217135515320.parquet 104 unprocessed 2015-01-01T12:15:00.512679Z 2015-01-02 20251217135515320 20251217135515320_1_1 105 creation_date=2015-01-02 a917e360-910e-423c-a2ce-dd24623f2dc7-0_1-23-35_20251217135515320.parquet 105 unprocessed 2015-01-01T13:51:42.248818Z 2015-01-02 Time taken: 0.766 seconds, Fetched: 6 row(s) ``` -- 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]
