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