Select distinct query taking too long in databricks

前端 未结 0 1213
眼角桃花
眼角桃花 2021-01-29 19:37

I ran this SQL query in databricks to check the distinct values of a column in a parquet file:

SELECT distinct country
FROM parquet_table

This to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题