You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/04/26 14:30:03 UTC

[GitHub] [iceberg] RussellSpitzer commented on pull request #2512: Spark: Support building against both Spark 3.0 and Spark 3.1.

RussellSpitzer commented on pull request #2512:
URL: https://github.com/apache/iceberg/pull/2512#issuecomment-826881569


   Took a brief look but I think once the gradle fixes are in there will be more changes to make so I didn't go over the whole thing.
   
   I think what we'll need to do is make a new configuration for Spark3.1 Testing (and maybe a new integration configuration for Spark3-Runtime)
   
   something like
   
   ```
     configurations {
        spark30test extends from testRuntime
        spark31test extends from testRuntime
      }
   ```
   Then in dependencies add the Spark dependency you want to each of those configurations.
   
   That's at least how I would do it
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org