cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Error org.apache.spark.SparkSQLException: Unsupported type TIMESTAMP_WITH_TIMEZONE

KaushikMaji
New Contributor II

Hi Guys,

I am trying to load data from a custom JDBC data source like below. I am getting this error, in spite of specifying "customSchema" attribute on the timestamp column. Do you know how to resolve this?

material_master = spark.read \

.format("jdbc") \

.option("url","<my jdbc url>") \

.option("driver", "<my jdbc driver>") \

.option("customSchema", "timestamp STRING") \

.option("query","SELECT CONO, STAT, ITNO, timestamp FROM MITMAS LIMIT 10") \

.load()

2 REPLIES 2

poet_RY
New Contributor III

May try cast timestamp, like "SELECT CONO, STAT, ITNO, cast(timestamp as varchar) FROM MITMAS LIMIT 10"

Anonymous
Not applicable

Hi @Kaushik Maji​ 

Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. 

We'd love to hear from you.

Thanks!

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.