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


##########
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:
   you need to add at least one test.



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