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

Trino to Spark conversion is broken #371

Open
rnatarajan opened this issue Mar 22, 2023 · 2 comments
Open

Trino to Spark conversion is broken #371

rnatarajan opened this issue Mar 22, 2023 · 2 comments

Comments

@rnatarajan
Copy link

rnatarajan commented Mar 22, 2023

Using Coral, I am able to convert the query with functions from StaticHiveFunctionRegistry from Hive to Spark or Hive to Trino.

However the same is broken for Trino to Spark.

Steps for Reproduction using Coral Service

#Create Database and Table
CREATE DATABASE db
CREATE table db.tbl ( a INT)

#Convert Query 
SELECT count(*) from db.tbl

Error Message
At line 0, column 0: Unknown identifier '*'

@wmoustafa
Copy link
Contributor

Yes, Trino to Spark is WIP. We will be publishing the next steps to complete the integration soon.

@rnatarajan
Copy link
Author

Thanks and appreciate your quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants