cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What could be the issue with parquet file?

irfanaziz
Contributor II

when trying to update or display the dataframe, one of the parquet files is having some issue,

"Parquet column cannot be converted. Expected: DecimalType(38,18), Found: DOUBLE"

What could be the issue?

1 REPLY 1

-werners-
Esteemed Contributor III

try to explicitly cast the double column to dec(38,18) and then do the display.