yanyani989
Results
2
comments of
yanyani989
Looking at the class responsible for listing columns at: https://github.com/airbnb/airpal/blob/master/src/main/java/com/airbnb/airpal/presto/metadata/ColumnCache.java#L141 It looks like it is expecting the "SHOW COLUMNS FROM $table" query to return isNullable and isPartition on 3rd and...
happens to me when trying to use different version of presto to build, e.g. `./gradlew clean shadowJar -Dairpal.prestoVersion=0.87`