Delta cleanup#21036
Conversation
4c89d54 to
2635964
Compare
b0a5391 to
6de49e0
Compare
|
Pls remove the (now) rather misleading comment |
i'd like to leave this up to you. a javadoc or code comment explaining when which one should be used, would be a good addition |
6de49e0 to
ded0d57
Compare
|
|
||
| @Override | ||
| public Optional<ConnectorOutputMetadata> finishInsert(ConnectorSession session, ConnectorInsertTableHandle insertHandle, Collection<Slice> fragments, Collection<ComputedStatistics> computedStatistics) | ||
| public Optional<ConnectorOutputMetadata> finishInsert( |
There was a problem hiding this comment.
Iceberg connector still uses the deprecated finishInsert method. Did you skip the change intentionally?
There was a problem hiding this comment.
nit: Blackhole is also not modified.
I'm guessing you are making these changes to eventually remove the deprecated method.
There was a problem hiding this comment.
Iceberg requires more changes, because finishInsert is used internally by create table flow
There was a problem hiding this comment.
and yes, there is still a bit more work tbd to remove the old overload
|
|
||
| @Override | ||
| public Optional<ConnectorOutputMetadata> finishInsert(ConnectorSession session, ConnectorInsertTableHandle insertHandle, Collection<Slice> fragments, Collection<ComputedStatistics> computedStatistics) | ||
| public Optional<ConnectorOutputMetadata> finishInsert( |
There was a problem hiding this comment.
nit: Blackhole is also not modified.
I'm guessing you are making these changes to eventually remove the deprecated method.
No description provided.