trushev commented on code in PR #7895:
URL: https://github.com/apache/hudi/pull/7895#discussion_r1122654514
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java:
##########
@@ -1041,11 +1040,15 @@ public Runnable getPreExecuteRunnable() {
return Functions.noop();
}
- private boolean shouldValidateAvroSchema() {
- // TODO(HUDI-4772) re-enable validations in case partition columns
- // being dropped from the data-file after fixing the write
schema
- Boolean shouldDropPartitionColumns =
metaClient.getTableConfig().shouldDropPartitionColumns();
-
- return config.shouldValidateAvroSchema() && !shouldDropPartitionColumns;
+ private Collection<String> getDropPartitionColNames() {
Review Comment:
done
--
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]