nomiero

Results 11 issues of nomiero

The current manager.js find function always call toArray which enumerate all the results and can make fill up the memory or cause throttling, you may need to support using queryIterator.executeNext...

PRs plz!

minimal getting started samples for - Batch write using read from blob - Batch read and export to blob - Stream read and create materialized view - Stream write from...

sample

We currently have support for reading changefeed starting from the beginning or from current time. We need to support also starting from any point in time.

enhancement

The client cache in the spark connector becomes stale and is not invalidated after the collection is recreated, the cache will need to be invalidated to have the new collection...

bug

Currently, the spark connector uses HDFS to save the checkpointing information and that causes race conditions where the location can get corrupted and the job has to be restarted. The...

bug

- Update the readme to reflect on using latest 1.3.4 connector - Update the Cosmos DB documentation here https://docs.microsoft.com/en-us/azure/cosmos-db/spark-connector to reflect on best practices to use spark connector

Documentation