Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported type: Object('json') #313

Open
dsonawane-conviva opened this issue May 20, 2024 · 0 comments
Open

Unsupported type: Object('json') #313

dsonawane-conviva opened this issue May 20, 2024 · 0 comments
Labels
bug Something isn't working source

Comments

@dsonawane-conviva
Copy link

I am trying to execute query using spark connector to query Clickhouse with Spark 3.3 and scala 2.12.
val df = spark.sql("select customerId, clientId from <table_name>")
column type -
customerId - int32
clientId - String

However, table has another columns with type Object('json'). I am getting error -
[error] (Compile / runMain) xenon.clickhouse.exception.CHClientException: [-1] Unsupported type: Object('json')

  1. Does this connector support Object('json')?
  2. Even if it does not, why I am facing above error because my query result does not contain Object('json')?

Thanks!

@mzitnik mzitnik added bug Something isn't working source labels Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working source
Projects
None yet
Development

No branches or pull requests

2 participants