Akshay kumar
01/08/2023, 7:40 PMYousry Mohamed
01/08/2023, 7:56 PMJosephK (exDatabricks)
01/08/2023, 8:18 PMYousry Mohamed
01/08/2023, 8:39 PMAkshay kumar
01/09/2023, 4:31 AMYousry Mohamed
01/09/2023, 10:22 AMAkshay kumar
01/09/2023, 5:50 PMselect count(*) from table
Yousry Mohamed
01/09/2023, 6:59 PMAkshay kumar
01/10/2023, 5:10 AMYousry Mohamed
01/10/2023, 9:54 AMDESC HISTORY <table>
. I want to confirm that the table is registered correctly as a delta table in hive that’s why I proposed also to try SELECT COUNT() FROM delta.`<storage-location>`*
On a Databricks cluster, I tried to count records of a delta table but as just reading plain parquet and I got a similar exec plan like the one you shared for k8s.
spark.read.parquet("dbfs:/databricks-datasets/learning-spark-v2/people/people-10m.delta").count()
Meaning the plan on k8s seems to be due to the table being registered as a parquet table #random-guessAkshay kumar
01/11/2023, 6:00 AM