简体   繁体   中英

Using Azure Synapse with Java

I have a requirement to read parquet file. I wanted to understand if there is a way we can query the parquet file using Azure Synapse SQL from Java application. Any reference will be appreciated.

Try to connecting to serverless SQL pool like you would connect to SQL Server or Azure SQL Database.

Once connected, to query parquet files take a look at this article: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/query-parquet-files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM