mccheah opened a new pull request #138: Rename packages to org.apache.iceberg URL: https://github.com/apache/incubator-iceberg/pull/138 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`).
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
