[
https://issues.apache.org/jira/browse/HIVE-28373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061837#comment-18061837
]
Denys Kuzmenko edited comment on HIVE-28373 at 2/28/26 4:28 PM:
----------------------------------------------------------------
[ERROR]
org.apache.iceberg.hadoop.TestHiveHadoopCommits.testTwoClientCommitSameVersion
-- Time elapsed: 0.083 s <<< FAILURE!
java.lang.AssertionError:
{code}
Expecting actual not to be null
at
org.apache.iceberg.hadoop.TestHiveHadoopCommits.testTwoClientCommitSameVersion(TestHiveHadoopCommits.java:291)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
{code}
I have no idea how it works upstream
https://ci.hive.apache.org/job/hive-precommit/job/master/2841/testReport/org.apache.iceberg.hadoop/TestHiveHadoopCommits/Testing___split_15___PostProcess___testTwoClientCommitSameVersion/
[~lisoda] does it work for you locally?
was (Author: dkuzmenko):
[ERROR]
org.apache.iceberg.hadoop.TestHiveHadoopCommits.testTwoClientCommitSameVersion
-- Time elapsed: 0.083 s <<< FAILURE!
java.lang.AssertionError:
{code}
Expecting actual not to be null
at
org.apache.iceberg.hadoop.TestHiveHadoopCommits.testTwoClientCommitSameVersion(TestHiveHadoopCommits.java:291)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
{code}
I have no idea how it works upstream
https://ci.hive.apache.org/job/hive-precommit/job/master/2841/testReport/org.apache.iceberg.hadoop/TestHiveHadoopCommits/Testing___split_15___PostProcess___testTwoClientCommitSameVersion/
> Iceberg: Refactor the code of HadoopTableOptions
> ------------------------------------------------
>
> Key: HIVE-28373
> URL: https://issues.apache.org/jira/browse/HIVE-28373
> Project: Hive
> Issue Type: Improvement
> Components: Iceberg integration
> Affects Versions: 4.0.0
> Reporter: yongzhi.shao
> Assignee: yongzhi.shao
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> Since there are a lot of problems with hadoop_catalog, we submitted the
> following PR to the iceberg community:
> [core:Refactor the code of HadoopTableOptions by BsoBird · Pull Request
> #10623 · apache/iceberg
> (github.com)|https://github.com/apache/iceberg/pull/10623]
> With this PR, we can implement atomic operations based on hadoopcatalog.
> But this PR is not accepted by the iceberg community.And it seems that the
> iceberg community is trying to remove support for hadoopcatalog(only for
> testing).
> Since hive itself supports a number of features based on the hadoop_catalog
> table, can we merge this patch in hive?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)