Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8370 )
Change subject: IMPALA-6076: Parquet BIT_PACKED deprecation warning ...................................................................... IMPALA-6076: Parquet BIT_PACKED deprecation warning Every 100th time that we open a Parquet column with the deprecated BIT_PACKED encoding, an error is logged. We do this per-column instead of per-file because Impala historically listed the BIT_PACKED encoding in file metadata even when it wasn't used for any columns - see IMPALA-5636. Testing: Manually tested by running a query repeatedly against a BIT_PACKED sample file (which I created for my IMPALA-4177 patch). Ran "tail -f logs/cluster/impalad.WARNING" and checked that the warning was logged periodically. Change-Id: I02dd4009089a264b28376492b1b40361d767d5d9 Reviewed-on: http://gerrit.cloudera.org:8080/8370 Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/exec/parquet-column-readers.cc 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Lars Volker: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8370 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I02dd4009089a264b28376492b1b40361d767d5d9 Gerrit-Change-Number: 8370 Gerrit-PatchSet: 2 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]>
