danny0405 commented on code in PR #11404:
URL: https://github.com/apache/hudi/pull/11404#discussion_r1629080125
##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -844,6 +848,66 @@ public String generatePushDownFilter(List<String>
writtenPartitions, List<FieldS
return new
GluePartitionFilterGenerator().generatePushDownFilter(writtenPartitions,
partitionFields, (HiveSyncConfig) config);
}
+ @Override
+ public boolean updateSerdeProperties(String tableName, Map<String, String>
serdeProperties, boolean useRealtimeFormat) {
+ if (MapUtils.isNullOrEmpty(serdeProperties)) {
Review Comment:
@xushiyan Can you review this change?
--
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]