Azure / azure-cosmosdb-spark

Apache Spark Connector for Azure Cosmos DB
MIT License
199 stars 119 forks source link

is group by supported ? #448

Open madhugilla opened 3 years ago

madhugilla commented 3 years ago

Hi, is group by supported in the latest release of this package ?, we are able to do a group by in cosmos and we are getting the expected results,

but when we run the same query from the notebook using the spark connector we see "null" values in the group by columns.

Thanks -Madhu