You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/21 11:43:47 UTC

[GitHub] [arrow] liyafan82 commented on a diff in pull request #13589: ARROW-17004: [Java] Add utility to bind Arrow data to JDBC parameters

liyafan82 commented on code in PR #13589:
URL: https://github.com/apache/arrow/pull/13589#discussion_r926575775


##########
docs/source/java/jdbc.rst:
##########
@@ -84,8 +84,8 @@ inconsistent scale. A RoundingMode can be set to handle these cases:
      }
    }
 
-Currently, it is not possible to define a custom type conversion for a
-supported or unsupported type.
+Currently, it is not possible to override the type conversion for a
+supported type, or define a new conversion for an unsupported type.

Review Comment:
   Sorry, I think we do support overriding the conversion now. Please see https://github.com/apache/arrow/blob/master/java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.java#L76



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org