Github user mayya-sharipova commented on the issue:
https://github.com/apache/bahir/pull/45
The code using `option` parameters work as expected, and dbs are
successfully loaded through `_changes`. But it seems to me that there could be
better separation between classes `CloudantAllDocsConfig` and
`CloudantChangesConfig`. Even though I am loading data using `_changes`, I have
noticed there is still unnecessary calculations for the partitions going on. A
part of it, is an extra unnecessary http request to calculate the number of
`totalRows` in `JsonStoreRDD`:
`https://ACCOUNT.cloudant.com/DB/_changes?limit=1&filter=_selector`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---