You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/03/14 10:43:08 UTC

[GitHub] [iceberg] nastra opened a new issue, #7102: Remove code deprecated in Iceberg 1.2.0

nastra opened a new issue, #7102:
URL: https://github.com/apache/iceberg/issues/7102

   ### Feature Request / Improvement
   
   Once Iceberg 1.2.0 is out, we should remove all the code that was deprecated and marked for 1.3.0 removal.
   
   I could handle all the deprecations in the `iceberg-core` module.
   
   @szehon-ho would you be interested in doing the same for spark 3.3?
   
   ### Query engine
   
   None


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org.apache.org

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


[GitHub] [iceberg] amogh-jahagirdar commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "amogh-jahagirdar (via GitHub)" <gi...@apache.org>.
amogh-jahagirdar commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1548849820

   Closing since all relevant code deprecation removals are complete!


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] nastra commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1529608847

   I have opened https://github.com/apache/iceberg/pull/7489 to remove a deprecated/unused class. It looks like the only other class with `@deprecated will be removed in 1.3.0` is `VectorizedSparkParquetReaders`.


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] szehon-ho commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "szehon-ho (via GitHub)" <gi...@apache.org>.
szehon-ho commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1550139336

   Thanks so much @amogh-jahagirdar !


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] nastra commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1545265180

   The last piece that we need to get in is https://github.com/apache/iceberg/pull/7591


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] nastra commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1477400847

   Handling core deprecations in https://github.com/apache/iceberg/pull/7156


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] szehon-ho commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "szehon-ho (via GitHub)" <gi...@apache.org>.
szehon-ho commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1468901735

   Sure, I think @aokolnychyi has done some in https://github.com/apache/iceberg/pull/7069, and I did others in https://github.com/apache/iceberg/pull/6760, will see if there are more


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] nastra commented on issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #7102:
URL: https://github.com/apache/iceberg/issues/7102#issuecomment-1467850237

   I could handle all the deprecations in the `iceberg-core` module.
   
   @szehon-ho would you be interested in doing the same for spark 3.3?


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] amogh-jahagirdar closed issue #7102: Remove code deprecated in Iceberg 1.2.0

Posted by "amogh-jahagirdar (via GitHub)" <gi...@apache.org>.
amogh-jahagirdar closed issue #7102: Remove code deprecated in Iceberg 1.2.0
URL: https://github.com/apache/iceberg/issues/7102


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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