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

[Bug] NoSuchMethodError: org.apache.spark.sql.catalyst.trees.TreePattern$.SCALAR_SUBQUERY_REFERENCE #3275

Open
1 of 2 tasks
pursuit-wangpz opened this issue Apr 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pursuit-wangpz
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Paimon version

0.7.0

Compute Engine

Spark 3.4.2

Minimal reproduce step

bin/spark-sql
--conf spark.sql.catalog.spark_catalog=org.apache.paimon.spark.SparkGenericCatalog
--conf spark.sql.extensions=org.apache.paimon.spark.extensions.PaimonSparkSessionExtensions
--jars paimon-spark-3.4-0.7.0-incubating.jar

show tables;
image

Tips: This Operation is normal on Spark 3.2.2

What doesn't meet your expectations?

can show tables

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@pursuit-wangpz pursuit-wangpz added the bug Something isn't working label Apr 26, 2024
@Zouxxyy
Copy link
Contributor

Zouxxyy commented Apr 28, 2024

Can you try with the latest 0.8 snapshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants