Skip to content

Conversation

@mccheah
Copy link
Contributor

@mccheah mccheah commented Mar 20, 2019

The package rename was done in three phases:

  1. Rename all source directories from com/netflix/iceberg to org/apache/iceberg
  2. Find and replace all instances of com.netflix.iceberg with org.apache.iceberg.
  3. Use the IDE to do a global sort of all imports in the project.

Step 3 is necessary because finding and replacing all imports in-place causes the imports to become out of order (org.apache.iceberg.Something ends up being before java.io.OutputStream`).

Closes #53.

@mccheah
Copy link
Contributor Author

mccheah commented Mar 20, 2019

@prodeezy @rdblue

@rdblue rdblue merged commit c209278 into apache:master Mar 20, 2019
@rdblue
Copy link
Contributor

rdblue commented Mar 20, 2019

Merged. Thanks for taking care of this, @mccheah!

nastra referenced this pull request in nastra/iceberg Aug 15, 2023
* Spark: Update antlr4 to match Spark 3.4 (apache#7824)

* Parquet: Revert workaround for resource usage with zstd (apache#7834)

* GCP: fix single byte read in GCSInputStream (apache#8071)

* GCP: fix byte read in GCSInputStream

* add test

* Parquet: Cache codecs by name and level (apache#8182)

* GCP: Add prefix and bulk operations to GCSFileIO (apache#8168)

* AWS, GCS: Allow access to underlying storage client (apache#8208)

* spotless
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.

2 participants