JingsongLi commented on code in PR #28:
URL: 
https://github.com/apache/incubator-paimon-presto/pull/28#discussion_r1413479919


##########
paimon-presto-common/src/main/java/org/apache/paimon/presto/PrestoTableHandle.java:
##########
@@ -33,14 +35,20 @@
 
 import java.io.IOException;
 import java.util.Arrays;
+import java.util.HashMap;
 import java.util.List;
+import java.util.Map;
 import java.util.Objects;
 import java.util.Optional;
 import java.util.stream.Collectors;
 
 /** Presto {@link ConnectorTableHandle}. */
 public class PrestoTableHandle implements ConnectorTableHandle {
 
+    public static final String SCAN_TIMESTAMP = "scan_timestamp_millis";
+    public static final String SCAN_DATETIME = "scan_datetime";

Review Comment:
   We should remove this option, if it is required, it should be done in 
paimon-core.



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