Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 04:49 AM
Hi @staskh
That error happens because data type is not supported natively. You can try with below spark setting:
spark.conf.set(“spark.sql.legacy.parquet.nanosAsLong”, “true”)