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 2019/03/20 00:11:17 UTC

[GitHub] [incubator-iceberg] mccheah opened a new pull request #138: Rename packages to org.apache.iceberg

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:
users@infra.apache.org


With regards,
Apache Git Services

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