We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 '*'
At line 0, column 0: Unknown identifier '*'
The text was updated successfully, but these errors were encountered:
Yes, Trino to Spark is WIP. We will be publishing the next steps to complete the integration soon.
Sorry, something went wrong.
Thanks and appreciate your quick response.
Hi, Any progress here? We want to try Trino to Spark in production usecases
No branches or pull requests
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
Error Message
At line 0, column 0: Unknown identifier '*'
The text was updated successfully, but these errors were encountered: