illes commented on code in PR #4155:
URL: https://github.com/apache/calcite/pull/4155#discussion_r1922801367


##########
core/src/main/java/org/apache/calcite/sql/dialect/VerticaSqlDialect.java:
##########
@@ -53,4 +57,8 @@ public VerticaSqlDialect(Context context) {
       return super.supportsFunction(operator, type, paramTypes);
     }
   }
+
+  @Override public void unparseOffsetFetch(SqlWriter writer, @Nullable SqlNode 
offset, @Nullable SqlNode fetch) {

Review Comment:
   @mihaibudiu , I'd like to, but couldn't find existing tests for thos or 
other `SqlDialect` classes or `unparse*()` methods, can you advise how to start?



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