Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1026#discussion_r150689617
--- Diff:
contrib/storage-mongo/src/main/java/org/apache/drill/exec/store/mongo/MongoRecordReader.java
---
@@ -73,6 +73,7 @@
private final MongoStoragePlugin plugin;
private final boolean enableAllTextMode;
+ private final boolean enableNonNumericNumbers;
--- End diff --
The JSON parser we use does use the term "non-numeric numbers", but not
sure we want to keep that naming in Drill itself.
---