vinishjail97 commented on code in PR #670:
URL: https://github.com/apache/incubator-xtable/pull/670#discussion_r2021948063


##########
xtable-api/src/main/java/org/apache/xtable/model/schema/InternalPartitionField.java:
##########
@@ -47,4 +49,6 @@ public class InternalPartitionField {
   @Builder.Default List<String> partitionFieldNames = Collections.emptyList();
   // An enum describing how the source data was transformed into the partition 
value
   PartitionTransformType transformType;
+  // Transform options such as number of buckets in the BUCKET transform type
+  @Builder.Default Map<String, Object> transformOptions = 
Collections.emptyMap();

Review Comment:
   This approach is okay for now.



-- 
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]

Reply via email to