Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use iceberg-spark only for tests #114

Merged

Conversation

racevedoo
Copy link
Collaborator

@racevedoo racevedoo commented Oct 15, 2022

We do not need spark during runtime, so this moves iceberg-spark to the test scope, and adds iceberg dependencies (iceberg-core and iceberg-data)

@racevedoo racevedoo force-pushed the use-iceberg-spark-only-for-tests branch 2 times, most recently from 1d898bb to 80aa314 Compare October 15, 2022 16:06
import org.apache.iceberg.*;
import org.apache.iceberg.data.InternalRecordWrapper;
import org.apache.iceberg.data.Record;
import org.apache.iceberg.io.BaseTaskWriter;
import org.apache.iceberg.io.FileAppenderFactory;
import org.apache.iceberg.io.FileIO;
import org.apache.iceberg.io.OutputFileFactory;
import org.apache.iceberg.relocated.com.google.common.collect.Sets;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed to replace the usage of the shadowed version of guava with actual guava imports

@racevedoo racevedoo force-pushed the use-iceberg-spark-only-for-tests branch from 80aa314 to e159ba7 Compare October 17, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants