FANNG1 commented on code in PR #4096:
URL: https://github.com/apache/gravitino/pull/4096#discussion_r1673631289
##########
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java:
##########
@@ -79,10 +80,12 @@
*/
public abstract class BaseCatalog extends AbstractCatalog {
private final PropertiesConverter propertiesConverter;
+ private final TransformConverter transformConverter;
Review Comment:
does it will transform distribution , sortorders? if not,
`PartitionConverter` may better
##########
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/DefaultTransformConverter.java:
##########
@@ -0,0 +1,38 @@
+/*
+ * Copyright 2024 Datastrato Pvt Ltd.
Review Comment:
please use apache licence header
--
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]