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 a bad rebase as it doesn't impact the logic I added. 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]

Reply via email to