Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:41 PM
This seems to be issue with spark and was able to fix issue by following posts
https://stackoverflow.com/questions/47020379/bigquery-simba-jdbc-error-with-spark
fix is to update function in JdbcDialects.scala
def quoteIdentifier(colName: String): String = {
colName
}
Apache Spark - A unified analytics engine for large-scale data processing - spark/sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala at ce5ddad990373636e94071e7cef2f31021add07b · apache/spark