You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/01/30 03:34:30 UTC

[GitHub] [drill] cgivre commented on a change in pull request #2442: DRILL-8118: Add Option to Allow Disk Use on Mongo Queries

cgivre commented on a change in pull request #2442:
URL: https://github.com/apache/drill/pull/2442#discussion_r795120999



##########
File path: contrib/storage-mongo/src/main/resources/bootstrap-storage-plugins.json
##########
@@ -3,6 +3,7 @@
     "mongo" : {
       "type":"mongo",
       "connection":"mongodb://localhost:27017/",
+      "allowDiskUse": false,

Review comment:
       @luocooong, Thanks for the quick review.  The deserialization should only be affected if you remove config parameters. This defaults to `false`, so if the user doesn't do anything, Drill's behavior stays the same.




-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org