Re: [Discuss] Merge spark-3 branch into master

2020-03-26 Thread Saisai Shao
Thanks Ryan, let me take a try. Best regards, Saisai Ryan Blue 于2020年3月27日周五 上午12:15写道: > Here’s how it was done before: > https://github.com/apache/incubator-iceberg/blob/867ec79a5c2f7619cb10546b5cc7f7bbc7d61621/build.gradle#L225-L244 > > That defines a set of projects called baselineProjects

Re: [Discuss] Merge spark-3 branch into master

2020-03-26 Thread Ryan Blue
Here’s how it was done before: https://github.com/apache/incubator-iceberg/blob/867ec79a5c2f7619cb10546b5cc7f7bbc7d61621/build.gradle#L225-L244 That defines a set of projects called baselineProjects and applies baseline like this: configure(baselineProjects) { apply plugin:

Re: [Discuss] Merge spark-3 branch into master

2020-03-26 Thread Mass Dosage
We'd like to know how to do this too. We're working on the Hive integration and Hive requires older versions of many of the libraries that Iceberg uses (Guava, Calcite and Avro are being the most problematic). We're going to need to shade some of these in the iceberg modules we depend on but it