This repository has been archived by the owner on May 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 456
Build fails when specifying Presto version 0.157 #211
Comments
Same error when building against presto 0.163. |
Again, anybady fix it? |
+1 Same error |
+1 same error. |
+1 same error on emr presto |
+1 anyone fixed it? i got the same error with the latest presto 0.169 |
+1 |
+1 Also fails on presto 0.187 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to build Airpal with Presto version 0.157.
I am on step 1. Build Airpal - ./gradlew -Dairpal.prestoVersion=0.157 clean shadowJar
This is the error that I get.
:compileJava
/airpal/airpal-master/src/main/java/com/airbnb/airpal/presto/Table.java:80: error: incompatible types: ConnectorId cannot be converted to String
return new Table(input.getConnectorId(), input.getSchema(), input.getTable(), columns);
^
Note: /airpal/airpal-master/src/main/java/com/airbnb/airpal/AirpalApplicationBase.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
:compileJava FAILED
FAILURE: Build failed with an exception.
Execution failed for task ':compileJava'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Thanks,
Anthony
The text was updated successfully, but these errors were encountered: