refactor: Revert iceberg data file statistics changes#16999
refactor: Revert iceberg data file statistics changes#16999nmahadevuni wants to merge 2 commits intofacebookincubator:mainfrom
Conversation
✅ Deploy Preview for meta-velox canceled.
|
eba3fde to
4f68530
Compare
Build Impact AnalysisSelective Build Targets (building these covers all 287 affected)Total affected: 287/556 targets
Affected targets (287)Directly changed (120)
Transitively affected (167)
Slow path • Graph generated from PR branch |
…er (facebookincubator#16867)" This reverts commit e154cab.
This reverts commit e7dd656.
4f68530 to
c786f67
Compare
aditi-pandit
left a comment
There was a problem hiding this comment.
Thanks @nmahadevuni
|
@amitkdutta : We should submit this for the Iceberg issues in advancing Velox. Can you help merge ? |
|
@bikramSingh91 has imported this pull request. If you are a Meta employee, you can view this in D99206279. |
|
@nmahadevuni What is the root cause of the issuehttps://github.com/prestodb/presto/issues/27450? |
@PingLiuPing Since the basic operations on Iceberg tables are affected, we chose to revert it. |
|
FYI folks, this may take some time. It appears the original API change impacted a number of internal projects and required significant effort to address (thanks to @kgpai). I’ll need to roll back those changes, but given additional code that has landed since the original change, the rollback can be a bit tricky. I'll post an update if it goes past monday next week. |
|
@bikramSingh91 merged this pull request in 303bba6. |
Fixes prestodb/presto#27450. The Native Iceberg test failures [TestCreateTable and TestMetadata suite] reported and disabled after advancing velox in prestodb/presto#27390 have been traced to Iceberg data file statistics collection changes. Reverting them.