Agirish 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_r261897052
##########
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:
I think i'll leave it as-is for consistency and clarity reasons - unless you
think otherwise. If not, we'll need to change other options above as well.
----------------------------------------------------------------
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