sijie commented on a change in pull request #2515: support nested fields in
Pulsar presto connector
URL: https://github.com/apache/incubator-pulsar/pull/2515#discussion_r215721946
##########
File path:
pulsar-sql/presto-pulsar/src/main/java/org/apache/pulsar/sql/presto/JSONSchemaHandler.java
##########
@@ -81,7 +91,7 @@ public Object extractField(int index, Object currentRecord) {
return null;
}
} catch (Exception ex) {
- log.error(ex);
+ log.debug(ex,"%s", ex);
Review comment:
same as above
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services