lhotari commented on code in PR #24773:
URL: https://github.com/apache/pulsar/pull/24773#discussion_r2490646733


##########
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:
   Why is this removed in this PR?



-- 
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