eolivelli commented on code in PR #15807:
URL: https://github.com/apache/pulsar/pull/15807#discussion_r884674552
##########
pulsar-io/jdbc/core/src/main/java/org/apache/pulsar/io/jdbc/BaseJdbcAutoSchemaSink.java:
##########
@@ -107,5 +134,56 @@ private static void setColumnValue(PreparedStatement
statement, int index, Objec
throw new Exception("Not support value type, need to add it. " +
value.getClass());
}
}
+
+ private Object getValueFromJsonNode(final JsonNode fn) {
Review Comment:
Static?
--
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]