young138120 opened a new issue, #10327: URL: https://github.com/apache/hudi/issues/10327
**Describe the problem you faced** When I use Flink to write into Hudi and wait for the compaction to complete, I find that I can't retrieve data when querying a specific partition. However, the data is available when performing a full table query. Then, when I query the partition again, the data appears. What could be the cause of this? I have checked the commit and compaction in .hoodie, and everything seems normal, as well as the parquet files under the partition.  **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : 0.9.0 * Spark version : 3.1.1 * Hive version : 3.1.0 * Hadoop version : 3.1.1 * Storage (HDFS/S3/GCS..) : HDFS * Running on Docker? (yes/no) : no -- 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]
