This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 3b205d1e2aa [HUDI-9059] Fix ordering of getInstantTimes in
CompletionTimeQueryViewV2 (#12858)
add 6e4edf53172 [HUDI-9060] Remove validations for clustering metadata
(#12860)
No new revisions were added by this update.
Summary of changes:
.../hudi/client/BaseHoodieTableServiceClient.java | 4 --
.../client/TestBaseHoodieTableServiceClient.java | 5 --
.../hudi/client/HoodieFlinkTableServiceClient.java | 5 --
.../hudi/client/HoodieJavaTableServiceClient.java | 19 -----
.../hudi/client/SparkRDDTableServiceClient.java | 19 -----
.../functional/TestSparkClusteringCornerCases.java | 82 ++++++++++++++++++++++
6 files changed, 82 insertions(+), 52 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestSparkClusteringCornerCases.java