Jiabao Sun created FLINK-36097: ---------------------------------- Summary: Add timeseries support for SampleSplitter Key: FLINK-36097 URL: https://issues.apache.org/jira/browse/FLINK-36097 Project: Flink Issue Type: Improvement Components: Connectors / MongoDB Affects Versions: mongodb-1.2.0 Reporter: Jiabao Sun Assignee: Jiabao Sun Fix For: mongodb-1.3.0
Timeseries collections do not return a count from the `$collStats` aggregation. In this case, it is necessary to use the `countDocuments` method to get the exact count of documents in the collection, to avoid split into a single split. -- This message was sent by Atlassian Jira (v8.20.10#820010)