[Impala-ASF-CR] Remove unused MemPool::peak allocated bytes

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8114 ) Change subject: Remove unused MemPool::peak_allocated_bytes_ .. Remove unused MemPool::peak_allocated_bytes_ The value is not

[Impala-ASF-CR] Remove unused MemPool::peak allocated bytes

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/8114 ) Change subject: Remove unused MemPool::peak_allocated_bytes_ .. Patch Set 1: Verified+1 Build passed but submission failed. -- To

[Impala-ASF-CR] IMPALA-5954: Set DO NOT UPDATE STATS in alterTable() RPCs to HMS.

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8112 ) Change subject: IMPALA-5954: Set DO_NOT_UPDATE_STATS in alterTable() RPCs to HMS. .. Patch Set 3: Build started:

[Impala-ASF-CR] IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8117 Change subject: IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet .. IMPALA-5965: avoid per-value switch on

[Impala-ASF-CR] IMPALA-5664: Unix time to timestamp conversions may crash Impala

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/7954 ) Change subject: IMPALA-5664: Unix time to timestamp conversions may crash Impala .. Patch Set 5: (4 comments)

Re: [Impala-ASF-CR] IMPALA-5416: Fix an impala-shell command recursion bug

2017-09-21 Thread 黄权隆
Such a syntax error may occur if a script is updated while it's running. 2017-09-21 3:03 GMT+08:00 Tianyi Wang (Code Review) : > Tianyi Wang has posted comments on this change. > > Change subject: IMPALA-5416: Fix an impala-shell command recursion bug >

[Impala-ASF-CR] IMPALA-5599: Fix for mis-use of TimestampValue

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/8084 ) Change subject: IMPALA-5599: Fix for mis-use of TimestampValue .. Patch Set 4: (1 comment)

[Impala-ASF-CR] IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8117 ) Change subject: IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet .. Patch Set 2: Build started:

[Impala-ASF-CR] IMPALA-1767 Adds predicate to test boolean values true, false, unknown.

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8122 ) Change subject: IMPALA-1767 Adds predicate to test boolean values true, false, unknown. .. Patch Set 1: (11 comments) Yup, this approach

[Impala-ASF-CR] IMPALA-5250: Unify decompressor output length semantics

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8030 ) Change subject: IMPALA-5250: Unify decompressor output_length semantics .. IMPALA-5250: Unify decompressor

[Impala-ASF-CR] IMPALA-5538: Use explicit catalog versions for deleted objects

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/7731 ) Change subject: IMPALA-5538: Use explicit catalog versions for deleted objects .. Patch Set 6: (4 comments)

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Alex Behm (Code Review)
Hello Bharath Vissapragada, Dimitris Tsirogiannis, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8110 to look at the new patch set (#2). Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8110 ) Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize. .. Patch Set 1: (2 comments)

[Impala-ASF-CR] fix query report generator typo

2017-09-21 Thread Michael Brown (Code Review)
Michael Brown has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8118 ) Change subject: fix query report generator typo .. fix query report generator typo Change-Id:

[Impala-ASF-CR] fix query report generator typo

2017-09-21 Thread Michael Brown (Code Review)
Michael Brown has posted comments on this change. ( http://gerrit.cloudera.org:8080/8118 ) Change subject: fix query report generator typo .. Patch Set 1: Verified+1 verified using a GVD wrapper suitable for Impala

[Impala-ASF-CR] IMPALA-5954: Set DO NOT UPDATE STATS in alterTable() RPCs to HMS.

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8112 ) Change subject: IMPALA-5954: Set DO_NOT_UPDATE_STATS in alterTable() RPCs to HMS. .. Patch Set 3: Verified+1 -- To view,

[Impala-ASF-CR] IMPALA-5954: Set DO NOT UPDATE STATS in alterTable() RPCs to HMS.

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8112 ) Change subject: IMPALA-5954: Set DO_NOT_UPDATE_STATS in alterTable() RPCs to HMS. .. IMPALA-5954: Set

[Impala-ASF-CR] IMPALA-5844: use a MemPool for expr local allocations

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/8025 ) Change subject: IMPALA-5844: use a MemPool for expr local allocations .. Patch Set 6: (5 comments) Had a few high level questions first.

[Impala-ASF-CR] IMPALA-5966: Fix the result file location of PlannerTest

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8113 ) Change subject: IMPALA-5966: Fix the result file location of PlannerTest .. Patch Set 2: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8110 ) Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize. .. Patch Set 3: Build started:

[Impala-ASF-CR] IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet

2017-09-21 Thread Lars Volker (Code Review)
Lars Volker has posted comments on this change. ( http://gerrit.cloudera.org:8080/8117 ) Change subject: IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet .. Patch Set 2: Code-Review+1 -- To view,

[Impala-ASF-CR] IMPALA-5599: Fix for mis-use of TimestampValue

2017-09-21 Thread Zoram Thanga (Code Review)
Hello Matthew Jacobs, Dan Hecht, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8084 to look at the new patch set (#4). Change subject: IMPALA-5599: Fix for mis-use of TimestampValue ..

[Impala-ASF-CR] IMPALA-5908: Allow SET to unset modified query options.

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/8070 ) Change subject: IMPALA-5908: Allow SET to unset modified query options. .. Patch Set 9: (1 comment)

[Impala-ASF-CR] IMPALA-1767 Adds predicate to test boolean values true, false, unknown.

2017-09-21 Thread Vuk Ercegovac (Code Review)
Vuk Ercegovac has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8122 Change subject: IMPALA-1767 Adds predicate to test boolean values true, false, unknown. .. IMPALA-1767 Adds predicate to test boolean

[Impala-ASF-CR] IMPALA-5416: Fix an impala-shell command recursion bug

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8063 ) Change subject: IMPALA-5416: Fix an impala-shell command recursion bug .. Patch Set 7: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-5538: Use explicit catalog versions for deleted objects

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/7731 ) Change subject: IMPALA-5538: Use explicit catalog versions for deleted objects .. Patch Set 6: (1 comment)

[Impala-ASF-CR] IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8117 ) Change subject: IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet .. Patch Set 2: Verified+1 -- To

[Impala-ASF-CR] IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8117 ) Change subject: IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet .. IMPALA-5965: avoid

[Impala-ASF-CR] IMPALA-5416: Fix an impala-shell command recursion bug

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8063 ) Change subject: IMPALA-5416: Fix an impala-shell command recursion bug .. IMPALA-5416: Fix an impala-shell command

[Impala-ASF-CR] IMPALA-5870: Improve explain/profile output for partial sort

2017-09-21 Thread Thomas Tauber-Marshall (Code Review)
Thomas Tauber-Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8123 Change subject: IMPALA-5870: Improve explain/profile output for partial sort .. IMPALA-5870: Improve explain/profile output for

[Impala-ASF-CR] IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet

2017-09-21 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. ( http://gerrit.cloudera.org:8080/8117 ) Change subject: IMPALA-5965: avoid per-value switch on NeedsConversionInline() in parquet .. Patch Set 2: Code-Review+2 -- To view,

[Impala-ASF-CR] IMPALA-5949: fix test exchange small delay failure

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8111 ) Change subject: IMPALA-5949: fix test_exchange_small_delay failure .. Patch Set 1: Code-Review+2 -- To view, visit

[Impala-ASF-CR] [DOCS] Fill in release note subtopics for Apache Impala 2.10

2017-09-21 Thread Michael Brown (Code Review)
Michael Brown has posted comments on this change. ( http://gerrit.cloudera.org:8080/7958 ) Change subject: [DOCS] Fill in release note subtopics for Apache Impala 2.10 .. Patch Set 3: Code-Review+2 -- To view, visit

[Impala-ASF-CR] fix query report generator typo

2017-09-21 Thread Michael Brown (Code Review)
Michael Brown has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8118 Change subject: fix query report generator typo .. fix query report generator typo Change-Id: I8585c5f85781ff0b80292823256fe8866d3f95bd

[Impala-ASF-CR] IMPALA-5966: Fix the result file location of PlannerTest

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8113 ) Change subject: IMPALA-5966: Fix the result file location of PlannerTest .. Patch Set 2: Did you try it manually and confirm that it

[Impala-ASF-CR] fix query report generator typo

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8118 ) Change subject: fix query report generator typo .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/8118 To

[Impala-ASF-CR] IMPALA-5664: Unix time to timestamp conversions may crash Impala

2017-09-21 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/7954 ) Change subject: IMPALA-5664: Unix time to timestamp conversions may crash Impala .. Patch Set 3: (2 comments)

[Impala-ASF-CR] IMPALA-5664: Unix time to timestamp conversions may crash Impala

2017-09-21 Thread Csaba Ringhofer (Code Review)
Hello Lars Volker, Dan Hecht, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/7954 to look at the new patch set (#3). Change subject: IMPALA-5664: Unix time to timestamp conversions may crash Impala

[Impala-ASF-CR] IMPALA-5949: fix test exchange small delay failure

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/8111 ) Change subject: IMPALA-5949: fix test_exchange_small_delay failure .. Patch Set 2: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-5844: use a MemPool for expr local allocations

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/8025 ) Change subject: IMPALA-5844: use a MemPool for expr local allocations .. Patch Set 6: (4 comments)

[Impala-ASF-CR] IMPALA-5949: fix test exchange small delay failure

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8111 ) Change subject: IMPALA-5949: fix test_exchange_small_delay failure .. Patch Set 2: Build started:

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8110 ) Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize. .. IMPALA-5955: Use totalSize tblproperty instead of

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8110 ) Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize. .. Patch Set 3: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-5949: fix test exchange small delay failure

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8111 ) Change subject: IMPALA-5949: fix test_exchange_small_delay failure .. IMPALA-5949: fix test_exchange_small_delay

[Impala-ASF-CR] IMPALA-5949: fix test exchange small delay failure

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8111 ) Change subject: IMPALA-5949: fix test_exchange_small_delay failure .. Patch Set 2: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8110 ) Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize. .. Patch Set 3: Verified+1 -- To view, visit

[Impala-ASF-CR] IMPALA-5954: Set DO NOT UPDATE STATS in alterTable() RPCs to HMS.

2017-09-21 Thread Dimitris Tsirogiannis (Code Review)
Dimitris Tsirogiannis has posted comments on this change. ( http://gerrit.cloudera.org:8080/8112 ) Change subject: IMPALA-5954: Set DO_NOT_UPDATE_STATS in alterTable() RPCs to HMS. .. Patch Set 2: Code-Review+2 -- To view,

[Impala-ASF-CR] IMPALA-1649 Pass precision to Print TCounterType::DOUBLE VALUE

2017-09-21 Thread Pranay Singh (Code Review)
Pranay Singh has abandoned this change. ( http://gerrit.cloudera.org:8080/7725 ) Change subject: IMPALA-1649 Pass precision to Print TCounterType::DOUBLE_VALUE .. Abandoned After talking to Tim and Joe, it appears that

[Impala-ASF-CR] IMPALA-5250: Unify decompressor output length semantics

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8030 ) Change subject: IMPALA-5250: Unify decompressor output_length semantics .. Patch Set 5: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-5250: Unify decompressor output length semantics

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8030 ) Change subject: IMPALA-5250: Unify decompressor output_length semantics .. Patch Set 5: Build started:

[Impala-ASF-CR] IMPALA-5955: Use totalSize tblproperty instead of rawDataSize.

2017-09-21 Thread Dimitris Tsirogiannis (Code Review)
Dimitris Tsirogiannis has posted comments on this change. ( http://gerrit.cloudera.org:8080/8110 ) Change subject: IMPALA-5955: Use totalSize tblproperty instead of rawDataSize. .. Patch Set 1: (2 comments)

[Impala-ASF-CR] IMPALA-5966: Fix the result file location of PlannerTest

2017-09-21 Thread Tianyi Wang (Code Review)
Tianyi Wang has posted comments on this change. ( http://gerrit.cloudera.org:8080/8113 ) Change subject: IMPALA-5966: Fix the result file location of PlannerTest .. Patch Set 2: > Did you try it manually and confirm that it

[Impala-ASF-CR] IMPALA-5416: Fix an impala-shell command recursion bug

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8063 ) Change subject: IMPALA-5416: Fix an impala-shell command recursion bug .. Patch Set 7: Build started:

[Impala-ASF-CR] IMPALA-5416: Fix an impala-shell command recursion bug

2017-09-21 Thread Alex Behm (Code Review)
Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/8063 ) Change subject: IMPALA-5416: Fix an impala-shell command recursion bug .. Patch Set 7: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-5250: Unify decompressor output length semantics

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/8030 ) Change subject: IMPALA-5250: Unify decompressor output_length semantics .. Patch Set 4: Code-Review+2 -- To view, visit

[Impala-ASF-CR] IMPALA-5736: Add impala-shell argument to set default query options

2017-09-21 Thread Matthew Jacobs (Code Review)
Matthew Jacobs has posted comments on this change. ( http://gerrit.cloudera.org:8080/8038 ) Change subject: IMPALA-5736: Add impala-shell argument to set default query options .. Patch Set 1: > MJ, do you prefer one option

[Impala-ASF-CR] IMPALA-3360: Codegen inserting into runtime filters

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/8029 ) Change subject: IMPALA-3360: Codegen inserting into runtime filters .. Patch Set 3: (1 comment)

[Impala-ASF-CR] IMPALA-5664: Unix time to timestamp conversions may crash Impala

2017-09-21 Thread Csaba Ringhofer (Code Review)
Hello Lars Volker, Dan Hecht, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/7954 to look at the new patch set (#4). Change subject: IMPALA-5664: Unix time to timestamp conversions may crash Impala

[Impala-ASF-CR] IMPALA-5664: Unix time to timestamp conversions may crash Impala

2017-09-21 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/7954 ) Change subject: IMPALA-5664: Unix time to timestamp conversions may crash Impala .. Patch Set 2: (2 comments)

[Impala-ASF-CR] IMPALA-5966: Fix the result file location of PlannerTest

2017-09-21 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/8113 ) Change subject: IMPALA-5966: Fix the result file location of PlannerTest .. Patch Set 2: Build started:

[Impala-ASF-CR] IMPALA-5416: Fix an impala-shell command recursion bug

2017-09-21 Thread Tianyi Wang (Code Review)
Tianyi Wang has posted comments on this change. ( http://gerrit.cloudera.org:8080/8063 ) Change subject: IMPALA-5416: Fix an impala-shell command recursion bug .. Patch Set 7: Rebased again. -- To view, visit

[Impala-ASF-CR] IMPALA-4863/IMPALA-5311: Correctly account the file type and compression codec

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/7245 ) Change subject: IMPALA-4863/IMPALA-5311: Correctly account the file type and compression codec .. Patch Set 11: Verified+1 Build

[Impala-ASF-CR] IMPALA-4863/IMPALA-5311: Correctly account the file type and compression codec

2017-09-21 Thread Tim Armstrong (Code Review)
Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/7245 ) Change subject: IMPALA-4863/IMPALA-5311: Correctly account the file type and compression codec .. IMPALA-4863/IMPALA-5311:

[Impala-ASF-CR] IMPALA-5376: Implement all TPCDS test cases or alternates for Impala.

2017-09-21 Thread Tim Wood (Code Review)
Tim Wood has posted comments on this change. ( http://gerrit.cloudera.org:8080/8102 ) Change subject: IMPALA-5376: Implement all TPCDS test cases or alternates for Impala. .. Patch Set 1: Reviewers, please don't be shy about

[Impala-ASF-CR] [DOCS] Fill in release note subtopics for Apache Impala 2.10

2017-09-21 Thread John Russell (Code Review)
John Russell has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/7958 ) Change subject: [DOCS] Fill in release note subtopics for Apache Impala 2.10 .. [DOCS] Fill in release note subtopics for Apache Impala