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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]