Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

"distinct" gives syntax error #190

Closed progvasu closed 5 years ago

progvasu commented 5 years ago

A simple "select distinct rp.userid from profile rp" works in the Azure Query Browser but fails when using documentClient.queryDocuments with the below error

image

progvasu commented 5 years ago

My bad the support is not available for "azure-documentdb-java" it works fine for "azure-cosmosdb-java"