omrifried commented on code in PR #24773:
URL: https://github.com/apache/pulsar/pull/24773#discussion_r2575644944
##########
pulsar-io/jdbc/core/src/main/java/org/apache/pulsar/io/jdbc/BaseJdbcAutoSchemaSink.java:
##########
@@ -344,8 +412,7 @@ private static Object getValueFromJsonNode(final JsonNode
fn) {
return null;
}
if (fn.isContainerNode()) {
- throw new IllegalArgumentException("Container nodes are not
supported, the JSON must contains only "
- + "first level fields.");
Review Comment:
This may have been an issue on rebase given that line doesn't impact the
logic I added, so there is no need to remove it. I will revert
--
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]