nicholasxu commented on issue #10465: URL: https://github.com/apache/hudi/issues/10465#issuecomment-1884133654
> @nicholasxu That probably may be the reason. As with hive simple select * doesn't trigger the TEZ job. you can try adding condition WHERE 1 = 1 which should trigger job. > > Flink job directly write log files, Did compaction happened? may be no parquet files generated yet and select * directly reading from parquet. Condition 'WHERE 1 = 1' doesn't trigger a job yet and yep no compaction happened. I wanna know RT table(snapshot and Incremental queries) only reads from parquet isn't abnormal? -- 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]
