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 12:34:46 UTC

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

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

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