dp997

Results 3 comments of dp997

Bumping spark and iceberg packages version in build.gradle solved this issue for me: ``` ## build.gradle .. implementation ('org.apache.spark:spark-sql_2.13:3.5.0') { exclude(group: 'org.apache.hadoop', module: 'hadoop-common') } implementation ('org.apache.spark:spark-hive_2.13:3.5.0') { exclude(group: 'org.apache.hadoop',...

> In wich file did you place the second part (antlr 4.9.3)? In the build.gradle of the iceberg extension? exactly there the whole dependency block looks like this for me...

I didn't know anything about gradle until Friday as well, so no worries :) After changes I ran ```gradlew``` from root directory as referenced here: https://docs.airbyte.com/connector-development/testing-connectors/ ``` ./gradlew :airbyte-integrations:connectors:destination-iceberg:buildConnectorImage ```...