sid-viadots commented on issue #2440:
URL: https://github.com/apache/drill/issues/2440#issuecomment-1347759839
Mongo config
{
"type": "mongo",
"connection": "mongodb+srv://username:[email protected]/dbname",
"pluginOptimizations": {
"supportsProjectPushdown": true,
"supportsFilterPushdown": true,
"supportsAggregatePushdown": true,
"supportsSortPushdown": true,
"supportsUnionPushdown": true,
"supportsLimitPushdown": true
},
"batchSize": 100,
"enabled": true
}
Options
store.mongo.read_numbers_as_double,store.mongo.all_text_mode,store.mongo.bson.record.reader
are set to false.

--
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]