java.lang.ClassCastException: org.apache.spark.unsafe.types.UTF8String cannot be cast to java.lang.Long #846
roberto-rosero
started this conversation in
General
Replies: 1 comment 4 replies
-
@roberto-rosero : Do you know if it is failing on the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everybody.
At this moment I have a problem when I try execute a dbt model with a partitioned table source. I ran the first time the model very well, but from second time it fails with the error in the title of this discussion whe it try to do the merge into, I tried whatever do you imagine for solve it but I didnt. Do you any idea of this?
Conf:
materialized: incremental
incremental_strategy: merge
unique_key: id
full_refresh: false
Table is in format Iceberg and db Spark.
Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions