[Impala-ASF-CR] IMPALA-11115: Fix hitting DCHECK for brotli and deflate compressions

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18242 ) Change subject: IMPALA-5: Fix hitting DCHECK for brotli and deflate compressions .. Patch Set 1: Build Successful

[Impala-ASF-CR] IMPALA-11115: Fix hitting DCHECK for brotli and deflate compressions

2022-02-17 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18242 Change subject: IMPALA-5: Fix hitting DCHECK for brotli and deflate compressions .. IMPALA-5: Fix hitting DCHECK for brotli

[Impala-ASF-CR] IMPALA-10838: Error when struct returned from WITH()

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17847 ) Change subject: IMPALA-10838: Error when struct returned from WITH() .. Patch Set 16: Build Successful

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. Patch Set 5: Build Successful

[Impala-ASF-CR] IMPALA-11008: fix incorrect to propagate inferred predicates

2022-02-17 Thread Quanlong Huang (Code Review)
Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/18234 ) Change subject: IMPALA-11008: fix incorrect to propagate inferred predicates .. Patch Set 4: (7 comments) Thanks for fixing this

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18240 ) Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables .. Patch Set 2: Build

[Impala-ASF-CR] IMPALA-10838: Error when struct returned from WITH()

2022-02-17 Thread Daniel Becker (Code Review)
Daniel Becker has uploaded a new patch set (#16). ( http://gerrit.cloudera.org:8080/17847 ) Change subject: IMPALA-10838: Error when struct returned from WITH() .. IMPALA-10838: Error when struct returned from WITH() The

[Impala-ASF-CR] IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18233 ) Change subject: IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading .. Patch Set 3: Code-Review+2 -- To view,

[Impala-ASF-CR] IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18233 ) Change subject: IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading .. Patch Set 3: Build started:

[Impala-ASF-CR] IMPALA-10838: Error when struct returned from WITH()

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17847 ) Change subject: IMPALA-10838: Error when struct returned from WITH() .. Patch Set 16: (2 comments)

[Impala-ASF-CR] WIP IMPALA-10898: Add runtime IN-list filters for ORC tables

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18141 ) Change subject: WIP IMPALA-10898: Add runtime IN-list filters for ORC tables .. Patch Set 9: Build Failed

[Impala-ASF-CR] IMPALA-10049: Include RPC call id in slow RPC logs

2022-02-17 Thread Riza Suminto (Code Review)
Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18243 Change subject: IMPALA-10049: Include RPC call_id in slow RPC logs .. IMPALA-10049: Include RPC call_id in slow RPC logs KRPC log slow

[Impala-ASF-CR] IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18233 ) Change subject: IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading .. IMPALA-11124: Reuse local TPCH/TPCDS

[Impala-ASF-CR] IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3

2022-02-17 Thread Joe McDonnell (Code Review)
Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18244 Change subject: IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3 .. IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3 This

[Impala-ASF-CR] WIP IMPALA-10898: Add runtime IN-list filters for ORC tables

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18141 ) Change subject: WIP IMPALA-10898: Add runtime IN-list filters for ORC tables .. Patch Set 9: (2 comments)

[Impala-ASF-CR] IMPALA-10961: Implementing adaptive 3-way quicksort in sorter

2022-02-17 Thread Noemi Pap-Takacs (Code Review)
Hello Kurt Deschler, Zoltan Borok-Nagy, Csaba Ringhofer, Impala Public Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/18184 to look at the new patch set (#10). Change subject: IMPALA-10961: Implementing adaptive 3-way quicksort in sorter

[Impala-ASF-CR] WIP IMPALA-10898: Add runtime IN-list filters for ORC tables

2022-02-17 Thread Quanlong Huang (Code Review)
Hello Qifan Chen, Impala Public Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/18141 to look at the new patch set (#9). Change subject: WIP IMPALA-10898: Add runtime IN-list filters for ORC tables

[Impala-ASF-CR] IMPALA-10961: Implementing adaptive 3-way quicksort in sorter

2022-02-17 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/18184 ) Change subject: IMPALA-10961: Implementing adaptive 3-way quicksort in sorter .. Patch Set 10: (1 comment)

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18249 ) Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. Patch Set 2: Verified-1 Build failed:

[Impala-ASF-CR] IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18244 ) Change subject: IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3 .. Patch Set 1: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-10049: Include RPC call id in slow RPC logs

2022-02-17 Thread Wenzhe Zhou (Code Review)
Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/18243 ) Change subject: IMPALA-10049: Include RPC call_id in slow RPC logs .. Patch Set 1: Code-Review+1 -- To view, visit

[Impala-ASF-CR] IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading

2022-02-17 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/18233 ) Change subject: IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading .. Patch Set 2: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18240 ) Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables .. Patch Set 2: Verified-1

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 34: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. IMPALA-9498: Allow returning arrays in select

[Impala-ASF-CR] IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail

2022-02-17 Thread Qifan Chen (Code Review)
Qifan Chen has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18250 Change subject: IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail .. IMPALA-11132 Front-end test

[Impala-ASF-CR] IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18250 ) Change subject: IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail .. Patch Set 2: Build Successful

[Impala-ASF-CR] IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail

2022-02-17 Thread Qifan Chen (Code Review)
Qifan Chen has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/18250 ) Change subject: IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail .. IMPALA-11132 Front-end test

[Impala-ASF-CR] IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18250 ) Change subject: IMPALA-11132 Front-end test PlannerTest.testResourceRequirements can fail .. Patch Set 3: Build Successful

[Impala-ASF-CR] IMPALA-10049: Include RPC call id in slow RPC logs

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18243 ) Change subject: IMPALA-10049: Include RPC call_id in slow RPC logs .. Patch Set 1: Build Successful

[Impala-ASF-CR] IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18244 ) Change subject: IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3 .. Patch Set 1: Build started:

[Impala-ASF-CR] IMPALA-9433: Improved caching of HdfsFileHandles

2022-02-17 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/18191 ) Change subject: IMPALA-9433: Improved caching of HdfsFileHandles .. Patch Set 21: (3 comments)

[Impala-ASF-CR] IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18233 ) Change subject: IMPALA-11124: Reuse local TPCH/TPCDS data in testdata loading .. Patch Set 3: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18244 ) Change subject: IMPALA-11130: Upgrade Postgres JDBC driver to 42.3.3 .. Patch Set 1: Build Successful

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Wenzhe Zhou (Code Review)
Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/18249 ) Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. Patch Set 2: Code-Review+2 Thanks to fix the bug.

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Riza Suminto (Code Review)
Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18249 Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd'

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Andrew Sherman (Code Review)
Andrew Sherman has posted comments on this change. ( http://gerrit.cloudera.org:8080/18249 ) Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. Patch Set 1: Code-Review+2 LGTM -- To view,

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18249 ) Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. Patch Set 2: Build started:

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18249 ) Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. Patch Set 2: Code-Review+2 -- To view,

[Impala-ASF-CR] IMPALA-11131: Replace 'cnd cwnd' with 'snd cwnd' in www/rpcz.tmpl

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18249 ) Change subject: IMPALA-11131: Replace 'cnd_cwnd' with 'snd_cwnd' in www/rpcz.tmpl .. Patch Set 1: Build Successful

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. Patch Set 2: Build Successful

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Zoltan Borok-Nagy (Code Review)
Hello Tamas Mate, Gergely Fürnstáhl, Csaba Ringhofer, Impala Public Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/18240 to look at the new patch set (#2). Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 34: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Code Review
Gergely Fürnstáhl has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. IMPALA-10948: Default scale and DecimalType Added default 0 for

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Quanlong Huang (Code Review)
Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 33: Code-Review+2 (1 comment)

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Csaba Ringhofer (Code Review)
Hello Quanlong Huang, Qifan Chen, Daniel Becker, Gabor Kaszab, Attila Jeges, Impala Public Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/17811 to look at the new patch set (#32). Change subject: IMPALA-9498: Allow returning arrays in select list

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 32: Build Successful

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 33: Build Successful

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Code Review
Gergely Fürnstáhl has uploaded a new patch set (#4). ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. IMPALA-10948: Default scale and DecimalType Added default 0 for

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. Patch Set 3: Build Successful

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. Patch Set 4: Build Successful

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Code Review
Gergely Fürnstáhl has posted comments on this change. ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. Patch Set 4: (6 comments)

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Code Review
Gergely Fürnstáhl has uploaded a new patch set (#5). ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. IMPALA-10948: Default scale and DecimalType Added default 0 for

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Zoltan Borok-Nagy (Code Review)
Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18240 Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables .. IMPALA-11053: Impala should be

[Impala-ASF-CR] IMPALA-11008: fix incorrect to propagate inferred predicates

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18234 ) Change subject: IMPALA-11008: fix incorrect to propagate inferred predicates .. Patch Set 4: Verified-1 Build failed:

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Zoltan Borok-Nagy (Code Review)
Zoltan Borok-Nagy has posted comments on this change. ( http://gerrit.cloudera.org:8080/18224 ) Change subject: IMPALA-10948: Default scale and DecimalType .. Patch Set 4: (6 comments)

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 34: Build started:

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Csaba Ringhofer (Code Review)
Hello Quanlong Huang, Qifan Chen, Daniel Becker, Gabor Kaszab, Attila Jeges, Impala Public Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/17811 to look at the new patch set (#33). Change subject: IMPALA-9498: Allow returning arrays in select list

[Impala-ASF-CR] IMPALA-9498: Allow returning arrays in select list

2022-02-17 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/17811 ) Change subject: IMPALA-9498: Allow returning arrays in select list .. Patch Set 33: (1 comment)

[Impala-ASF-CR] IMPALA-10948: Default scale and DecimalType

2022-02-17 Thread Code Review
Gergely Fürnstáhl has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18224 Change subject: IMPALA-10948: Default scale and DecimalType .. IMPALA-10948: Default scale and DecimalType Added default 0 for

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18240 ) Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables .. Patch Set 1: Build Failed

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18240 ) Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables .. Patch Set 2: Build

[Impala-ASF-CR] IMPALA-10737: Optimize the number of Iceberg API Metadata requests

2022-02-17 Thread Zoltan Borok-Nagy (Code Review)
Zoltan Borok-Nagy has posted comments on this change. ( http://gerrit.cloudera.org:8080/18226 ) Change subject: IMPALA-10737: Optimize the number of Iceberg API Metadata requests .. Patch Set 1: (1 comment) The change looks

[Impala-ASF-CR] IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables

2022-02-17 Thread Zoltan Borok-Nagy (Code Review)
Zoltan Borok-Nagy has posted comments on this change. ( http://gerrit.cloudera.org:8080/18240 ) Change subject: IMPALA-11053: Impala should be able to read migrated partitioned Iceberg tables .. Patch Set 2: (1 comment)