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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org