lidavidm commented on code in PR #13589:
URL: https://github.com/apache/arrow/pull/13589#discussion_r926620297
##########
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:
What I mean is that you can't implement a custom Consumer and have it be
used, all you can do is change what type is assumed by the existing converters.
But I'll clarify this
--
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]