Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Build fails when specifying Presto version 0.157 #211

Open
avalenti opened this issue Jan 9, 2017 · 8 comments
Open

Build fails when specifying Presto version 0.157 #211

avalenti opened this issue Jan 9, 2017 · 8 comments

Comments

@avalenti
Copy link

avalenti commented Jan 9, 2017

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.

  • What went wrong:
    Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Thanks,
Anthony

@dscottcs
Copy link

Same error when building against presto 0.163.

@pholien
Copy link

pholien commented Feb 16, 2017

Again, anybady fix it?

@ebirukov
Copy link

ebirukov commented Mar 1, 2017

+1 Same error

@superstrings
Copy link

+1 same error.
0.167

@Debyani
Copy link

Debyani commented Mar 19, 2017

+1 same error on emr presto

@liugaopeng
Copy link

+1 anyone fixed it? i got the same error with the latest presto 0.169

@LordWire
Copy link

+1
Also fails on presto 0.191

@mirandazhjm
Copy link

+1 Also fails on presto 0.187

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

No branches or pull requests

9 participants