strongduanmu commented on code in PR #275:
URL: https://github.com/apache/calcite-avatica/pull/275#discussion_r1948295066


##########
core/src/main/java/org/apache/calcite/avatica/AvaticaSite.java:
##########
@@ -291,7 +291,7 @@ public void setObject(Object x, int targetSqlType) {
 
   /** Similar logic to {@link #setObject}. */
   public static Object get(Cursor.Accessor accessor, int targetSqlType,
-      Calendar localCalendar) throws SQLException {
+                           boolean signed, Calendar localCalendar) throws 
SQLException {

Review Comment:
   Thank you, I have modified the indent.



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