sohami commented on a change in pull request #1663: DRILL-7060: Support
JsonParser Feature 'ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER'
URL: https://github.com/apache/drill/pull/1663#discussion_r261852483
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java
##########
@@ -108,6 +109,7 @@ public Builder(DrillBuf managedBuf) {
this.skipOuterList = false;
this.allTextMode = false;
this.enableNanInf = true;
+ this.enableEscapeAnyChar = false;
Review comment:
default value will be false so not required to explicit set it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services