screamedddd opened a new issue, #12903: URL: https://github.com/apache/hudi/issues/12903
Data like this : _hoodie_record_key _hoodie_partition_path _hoodie_file_name 835735 20250101 0001.parquet 835735 20250201 0002.parquet  hudi table had compaction, same primary key can query(use snap-shot or read-optimize) many diff partition data. use MOR table how can I achieve the same primary key, even if the data is in different partitions, only one piece of data can be queried? **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : 0.15.0 * Spark version : 3.3.2 * Hive version : 2.1.1 * Hadoop version : 3.0.0 * Storage (HDFS/S3/GCS..) : HDFS * Running on Docker? (yes/no) : no **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
