svn commit: r30663 - /dev/impala/KEYS

2018-11-05 Thread boroknagyz
Author: boroknagyz Date: Mon Nov 5 14:18:38 2018 New Revision: 30663 Log: Zoltan Borok-Nagy's PGP key is added to the KEYS Modified: dev/impala/KEYS Modified: dev/impala/KEYS == --- dev/impala/KEYS (original

[4/5] impala git commit: IMPALA-7351: Add estimates to kudu table sink

2018-12-13 Thread boroknagyz
IMPALA-7351: Add estimates to kudu table sink The kudu table sink allocates untracked memory which is bounded by limits that impala enforces through the kudu client API. This patch adds a constant estimate to this table sink which is based on those limits. Testing: Modified planner tests

[3/5] impala git commit: IMPALA-7926: Fix flakiness in test_reconnect

2018-12-13 Thread boroknagyz
IMPALA-7926: Fix flakiness in test_reconnect test_reconnect launches a shell that connects to one impalad in the minicluster then reconnects to a different impalad while checking that the impalad's open session metric changes accordingly. To do this, the test gets the number of open sessions at

[1/5] impala git commit: IMPALA-7728: [DOCS] Added a section on Changing Privileges

2018-12-13 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/master 575ead888 -> cf5355bd4 IMPALA-7728: [DOCS] Added a section on Changing Privileges Change-Id: I955cb49cae24be6a93a90ccb5f2aa6ceb29cee8b Reviewed-on: http://gerrit.cloudera.org:8080/12071 Tested-by: Impala Public Jenkins Reviewed-by: Alex

[5/5] impala git commit: Remove Python 2.4 workarounds in start-impala-cluster.py

2018-12-13 Thread boroknagyz
Remove Python 2.4 workarounds in start-impala-cluster.py The workarounds are: * Trying to handle the json module not being present. That module was added in Python 2.6 and also isn't used in this file! * Trying to handle import failure of ImpalaCluster. It's less clear why this was necessary,

[2/5] impala git commit: IMPALA-6591: Fix test_ssl flaky test

2018-12-13 Thread boroknagyz
IMPALA-6591: Fix test_ssl flaky test test_ssl has a logic that waits for the number of in-flight queries to be 1. However, the logic for wait_for_num_in_flight_queries(1) only waits for the condition to be true for a period of time and does not throw an exception when the time has elapsed and the

[impala] Git Push Summary

2018-11-30 Thread boroknagyz
Repository: impala Updated Tags: refs/tags/3.1.0 [created] d3437721b

[2/2] impala git commit: Added changelog for 3.1.0

2018-12-06 Thread boroknagyz
Added changelog for 3.1.0 Change-Id: I244b68a8b2ef4ac373e857c73326da5425ab66d3 Reviewed-on: http://gerrit.cloudera.org:8080/12011 Reviewed-by: Jim Apple Tested-by: Zoltan Borok-Nagy Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[3/4] impala git commit: IMPALA-7473: fix crash when printing decimal with -v=3

2018-12-06 Thread boroknagyz
IMPALA-7473: fix crash when printing decimal with -v=3 The bug is that gcc emitted an aligned load instruction to the int128 value_, and we didn't exercise that code path in our testing. The fix is to use memcpy() to force an unaligned load. Also fix a NullPointerException in the frontend

[1/4] impala git commit: IMPALA-5605: [DOCS] Document how to increase memory resource limit

2018-12-06 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/master 91c754bf0 -> 7dbeb6950 IMPALA-5605: [DOCS] Document how to increase memory resource limit Change-Id: I7dde3b87f4c809df74a01952206dbf69c111e333 Reviewed-on: http://gerrit.cloudera.org:8080/12032 Reviewed-by: Alex Rodoni Tested-by: Alex

[4/4] impala git commit: IMPALA-7842: Expose physical plan for unit testing

2018-12-06 Thread boroknagyz
IMPALA-7842: Expose physical plan for unit testing The FrontEnd class uses a functional model to generate a plan: pass in SQL text to the createExecRequest() method and get back a Thrift plan ready for serialization. For unit testing, however, we need access to the intermediate physical plan

[2/4] impala git commit: IMPALA-6955: fix test_query_concurrency and server startup sequence

2018-12-06 Thread boroknagyz
IMPALA-6955: fix test_query_concurrency and server startup sequence custom_cluster/test_query_concurrency created two threads to poll the query_plan debug webpage without joining them. Then they could outlive the test itself and continued to poll the webpage while the minicluster of the next test

[1/2] impala git commit: Download 3.1.0

2018-12-06 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/asf-site 1befaabc9 -> 7001d7058 Download 3.1.0 Updated download links for release 3.1.0 Change-Id: Id2d0dd660e077858f40a7cf78ad4a479626c1f46 Reviewed-on: http://gerrit.cloudera.org:8080/12010 Reviewed-by: Jim Apple Tested-by: Zoltan Borok-Nagy

svn commit: r31165 - in /dev/impala/3.1.0: ./ RC1/ RC1/apache-impala-3.1.0.tar.gz RC1/apache-impala-3.1.0.tar.gz.asc RC1/apache-impala-3.1.0.tar.gz.sha512

2018-11-27 Thread boroknagyz
Author: boroknagyz Date: Tue Nov 27 16:10:50 2018 New Revision: 31165 Log: Impala 3.1.0 release candidate 1 Added: dev/impala/3.1.0/ dev/impala/3.1.0/RC1/ dev/impala/3.1.0/RC1/apache-impala-3.1.0.tar.gz (with props) dev/impala/3.1.0/RC1/apache-impala-3.1.0.tar.gz.asc dev

[01/11] impala git commit: Revert "IMPALA-7148: Make test_profile_fragment_instances() more robust"

2018-11-27 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/branch-3.1.0 031d5690f -> 7d3e9beee Revert "IMPALA-7148: Make test_profile_fragment_instances() more robust" This reverts commit 1d412a09ac807c2f7ab39ac4fdc3e21c29024190. Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[09/11] impala git commit: IMPALA-7233: [DOCS] Support for IANA timezone database

2018-11-27 Thread boroknagyz
IMPALA-7233: [DOCS] Support for IANA timezone database - Updated the timezone section - Added the sections on customizing timezone db and aliases Change-Id: Id400cda5a1be321063d17e0ee6337e92a5da732a Reviewed-on: http://gerrit.cloudera.org:8080/11946 Tested-by: Impala Public Jenkins Reviewed-by:

[08/11] impala git commit: IMPALA-7815: [DOCS] Release notes for 3.1

2018-11-27 Thread boroknagyz
IMPALA-7815: [DOCS] Release notes for 3.1 Change-Id: Ib4d124557f29e539f97c5c52606c16f4147ab169 Reviewed-on: http://gerrit.cloudera.org:8080/11922 Tested-by: Impala Public Jenkins Reviewed-by: Zoltan Borok-Nagy (cherry picked from commit 622e19c5f8bb3523f4cbbd0053fd6314ea66a929) Project:

[02/11] impala git commit: IMPALA-7806: [DOCS] Updated Known Issues in 3.1

2018-11-27 Thread boroknagyz
IMPALA-7806: [DOCS] Updated Known Issues in 3.1 - Reviewed and updated the currently known issues for the 3.1 release Change-Id: Iae68b308f5c0d8bfe124054480d9b2333f70b249 Reviewed-on: http://gerrit.cloudera.org:8080/11921 Tested-by: Impala Public Jenkins Reviewed-by: Zoltan Borok-Nagy

[06/11] impala git commit: [DOCS] Added a note in impala_scan_bytes_limit.xml

2018-11-27 Thread boroknagyz
[DOCS] Added a note in impala_scan_bytes_limit.xml - Added a note that queries can scan over the limit of this option at times. Change-Id: Id20f952622ce553d9c1f47e469d97a3b4c19683f Reviewed-on: http://gerrit.cloudera.org:8080/11936 Tested-by: Impala Public Jenkins Reviewed-by: Bikramjeet Vig

[03/11] impala git commit: IMPALA-7836: [DOCS] Document TOPN_BYTES_LIMIT query option

2018-11-27 Thread boroknagyz
IMPALA-7836: [DOCS] Document TOPN_BYTES_LIMIT query option Change-Id: Ib7109c2949ee5137d8b4a748227948b79bd93f52 Reviewed-on: http://gerrit.cloudera.org:8080/11914 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong (cherry picked from commit 731254b52934c17d953da541df8bc4493beb037a)

[impala] Git Push Summary

2018-11-27 Thread boroknagyz
Repository: impala Updated Tags: refs/tags/3.1.0-rc1 [created] 51c6696f0

[07/11] impala git commit: IMPALA-7861: [DOCS] TLS enabled by default regardless of URI scheme

2018-11-27 Thread boroknagyz
IMPALA-7861: [DOCS] TLS enabled by default regardless of URI scheme Change-Id: I88f615cf23f406035e544e68adacdd0393f69ab3 Reviewed-on: http://gerrit.cloudera.org:8080/11948 Reviewed-by: Joe McDonnell Tested-by: Impala Public Jenkins (cherry picked from commit

[10/11] impala git commit: [DOCS] A number of typos were fixed in impala_dedicated_coordinator

2018-11-27 Thread boroknagyz
[DOCS] A number of typos were fixed in impala_dedicated_coordinator Change-Id: I5758a5beabdf46feaf52fa0b3ed14bdce4408754 Reviewed-on: http://gerrit.cloudera.org:8080/11986 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins (cherry picked from commit

[04/11] impala git commit: IMPALA-7634: [DOCS] Document the new SHUTDOWN statement

2018-11-27 Thread boroknagyz
IMPALA-7634: [DOCS] Document the new SHUTDOWN statement Change-Id: I0cfe4bae1b7966980cdeececa6b959bbecb4a24a Reviewed-on: http://gerrit.cloudera.org:8080/11872 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong (cherry picked from commit 71f8d0eba33c5d5d0a0cd2d2b617ac871dbcbb8a)

[05/11] impala git commit: IMPALA-7836: [DOCS] Format changes in impala_topn_bytes_limit.xml

2018-11-27 Thread boroknagyz
IMPALA-7836: [DOCS] Format changes in impala_topn_bytes_limit.xml Change-Id: I731b26fe2c225e706454f16cd3b6de697ec70fe2 Reviewed-on: http://gerrit.cloudera.org:8080/11935 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins (cherry picked from commit

impala git commit: Update version to 3.1.0-RELEASE

2018-11-27 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/branch-3.1.0 7d3e9beee -> dd34e1bd8 Update version to 3.1.0-RELEASE Also include the last commit's git hash in bin/save-version.sh Change-Id: Id0327d18f2f1bbdfd430847cf4d414e190319fef Project:

[04/33] impala git commit: IMPALA-7794: Rewrite flaky ownership authorization tests

2018-11-19 Thread boroknagyz
IMPALA-7794: Rewrite flaky ownership authorization tests This patch rewrites the ownership authorization tests to not depend on delay and timeout, which can help to avoid the flakiness. The patch also refactors some tests to reuse Sentry and Impala instances without having to restart them, which

[07/33] impala git commit: IMPALA-7777: Fix crash due to arithmetic overflows in Exchange Node

2018-11-19 Thread boroknagyz
IMPALA-: Fix crash due to arithmetic overflows in Exchange Node Fixes an arithmetic overflow in ExchangeNode::GetNextMerging. Prior to this patch, the code read: int rows_to_keep = num_rows_skipped_ - offset_; Where num_rows_skipped_ and offset_ were of type int64_t. The result was cast to

[26/33] impala git commit: IMPALA-7822: handle overflows in repeat() builtin

2018-11-19 Thread boroknagyz
IMPALA-7822: handle overflows in repeat() builtin We need to carefully check that the intermediate value fits in an int64_t and the final size fits in an int. If they don't we raise an error and fail the query. Testing: Added a couple of backend tests to exercise the overflow check code paths.

[21/33] impala git commit: IMPALA-7809: support Kudu 1.9 in test_concurrent_schema_change

2018-11-19 Thread boroknagyz
IMPALA-7809: support Kudu 1.9 in test_concurrent_schema_change This patch extends the match of allowable errors in test_concurrent_schema_change to work with Kudu 1.9. Testing: Local with a Kudu 1.9 minicluster environment. Change-Id: I7fc24bb6a18aecc0cb726b8d66f0aeccf56bbb9b Reviewed-on:

[28/33] impala git commit: IMPALA-7528: Fix division by zero when computing cardinalities

2018-11-19 Thread boroknagyz
IMPALA-7528: Fix division by zero when computing cardinalities This patch fixes a case where there can be a division by zero when computing cardinalities of many to many joins on NULL columns. Testing: Added a planner test case Change-Id: Ieedd51d3ad6131a4ea2a5883f05104e6a0f2cd14 Reviewed-on:

[09/33] impala git commit: IMPALA-6436: exit instead of abort for catalog startup failure

2018-11-19 Thread boroknagyz
IMPALA-6436: exit instead of abort for catalog startup failure Rename EXIT_WITH_EXC to ABORT_WITH_EXC to make the behaviour more obvious at callsites. Handle exceptions from Catalog constructor by logging the backtrace and exiting cleanly, rather than aborting. This will prevent generation of a

[25/33] impala git commit: IMPALA-3652: Fix resource transfer in subplans with limits

2018-11-19 Thread boroknagyz
IMPALA-3652: Fix resource transfer in subplans with limits Impala assumes that when Reset() is called on an ExecNode, all of the memory returned from that node by GetNext() has been attached to the output RowBatch. In a query with a LIMIT on the subplan, such that some nodes don't reach 'eos',

[06/33] impala git commit: IMPALA-5946, IMPALA-5956: add TPC-DS q31, q59, q89

2018-11-19 Thread boroknagyz
IMPALA-5946,IMPALA-5956: add TPC-DS q31,q59,q89 Q31: the substitution variables didn't match the TPC-DS spec. After fixing this, the results match up to 4 digits of rounding (there is some error introduced in intermediate calculations). Q59: the results match the reference results

[20/33] impala git commit: IMPALA-7565: Add startup flag to set thrift connection setup thread pool size

2018-11-19 Thread boroknagyz
IMPALA-7565: Add startup flag to set thrift connection setup thread pool size This patch adds a hidden experimental startup flag called 'accepted_cnxn_setup_thread_pool_size' which enables setting the size of the thread pool used to process the internal post-accept, pre-setup connection queue in

[31/33] impala git commit: IMPALA-7835: Role and user catalog objects with the same name can cause INVALIDATE METADATA to hang

2018-11-19 Thread boroknagyz
IMPALA-7835: Role and user catalog objects with the same name can cause INVALIDATE METADATA to hang Before this patch, enabling object ownership and running INVALIDATE METADATA for the role and user catalog objects with the same principal name could cause INVALIDATE METADATA to hang because a

[08/33] impala git commit: IMPALA-7775: fix some lifecycle issues in statestore/session tests

2018-11-19 Thread boroknagyz
IMPALA-7775: fix some lifecycle issues in statestore/session tests Background threads from the Statestore's thread pool continued running in the background and could dereference invalid memory. We make sure these threads are cleaned up before moving onto the next test. Note that we don't clean up

[02/33] impala git commit: IMPALA-6249: Expose several build flags via web UI

2018-11-19 Thread boroknagyz
IMPALA-6249: Expose several build flags via web UI Exposes a list of build flags via the impalad web UI. The build flags can be viewed on the root page under the "Version" section. They can be accessed via other tests through the debug version of the root page (e.g. adding to the URL). The build

[30/33] impala git commit: IMPALA-7824: INVALIDATE METADATA should not hang when Sentry is unavailable

2018-11-19 Thread boroknagyz
IMPALA-7824: INVALIDATE METADATA should not hang when Sentry is unavailable Before this patch, running INVALIDATE METADATA when Sentry is unavailable could cause Impala query to hang. PolicyReader thread in SentryProxy is used by two use cases, one as a background thread that periodically

[19/33] impala git commit: IMPALA-7788: [DOCS] Impala supports ADLS Gen 2 (ABFS)

2018-11-19 Thread boroknagyz
IMPALA-7788: [DOCS] Impala supports ADLS Gen 2 (ABFS) Change-Id: Ic06d9ac92ed78b9092369e211de8a81db1d7ce90 Reviewed-on: http://gerrit.cloudera.org:8080/11853 Tested-by: Impala Public Jenkins Reviewed-by: Joe McDonnell Reviewed-by: Jim Apple Project:

[24/33] impala git commit: IMPALA-7791: Compute AggregationNode's estimated rows using # instances

2018-11-19 Thread boroknagyz
IMPALA-7791: Compute AggregationNode's estimated rows using # instances Previously, the AggregationNode calculated the estimated number of rows based on input cardinality without accounting for the division of input data across multiple fragment instances. This bloated up the memory estimates for

[05/33] impala git commit: IMPALA-6661 Make NaN values equal for grouping purposes.

2018-11-19 Thread boroknagyz
IMPALA-6661 Make NaN values equal for grouping purposes. Similar to the treatment of NULLs, we want to consider NaN values as equal when grouping. - When detecting a NaN in a set of row values, the NaN value must be converted to a canonical value - so that all NaN values have the same

[11/33] impala git commit: IMPALA-5031: Make UBSAN-friendly arithmetic generic

2018-11-19 Thread boroknagyz
IMPALA-5031: Make UBSAN-friendly arithmetic generic ArithmeticUtil::AsUnsigned() makes it possible to do arithmetic on signed integers in a way that does not invoke undefined behavior, but it only works on integers. This patch adds ArithmeticUtil::Compute(), which dispatches (at compile time) to

[12/33] impala git commit: IMPALA-7244: [DOCS] Remove unsupported format writer support

2018-11-19 Thread boroknagyz
IMPALA-7244: [DOCS] Remove unsupported format writer support - Added a "removed" note for the ALLOW_UNSUPPORTED_FORMATS and SEQ_COMPRESSION_MODE query options. - Will remove the above options from the docs at the next compatibility breaking release. Change-Id:

[32/33] impala git commit: IMPALA-5031: Jenkins jobs should fail when UBSAN fails

2018-11-19 Thread boroknagyz
IMPALA-5031: Jenkins jobs should fail when UBSAN fails Before this patch, Jenkins builds do not fail or warn if UBSAN produces an error. This patch introduces two new failure modes, "error" and "death". In "error", a junit error is generated, which causes a build to be labeled "unstable". In

[01/33] impala git commit: IMPALA-7103: [DOCS] Document the ALLOW_ERASURE_CODED_FILES query option

2018-11-19 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/branch-3.1.0 e3a702707 -> f79f2d4ad IMPALA-7103: [DOCS] Document the ALLOW_ERASURE_CODED_FILES query option Change-Id: I63b54031b725e528196d19eac9ddf36a19c43e28 Reviewed-on: http://gerrit.cloudera.org:8080/11855 Tested-by: Impala Public Jenkins

[10/33] impala git commit: IMPALA-402: test for random partitioning in insert

2018-11-19 Thread boroknagyz
IMPALA-402: test for random partitioning in insert This adds a basic regression test for the bug reported in IMPALA-402. Testing: Exhaustive build. Looped the modified test overnight. Change-Id: I4bbca5c64977cadf79dabd72f0c8876a40fdf410 Reviewed-on: http://gerrit.cloudera.org:8080/11799

[17/33] impala git commit: Bump CDH_BUILD_VERSION to include Hive fix for RELY constraint

2018-11-19 Thread boroknagyz
Bump CDH_BUILD_VERSION to include Hive fix for RELY constraint This change bumps the CDH_BUILD_VERSION to a version that includes the fix for a bug that does not correctly propagate "RELY" constraints from SQL statements in Hive. This is needed for the upcoming patch for IMPALA-3531. This new

[29/33] impala git commit: IMPALA-7840: add missing error to test_concurrent_schema_change

2018-11-19 Thread boroknagyz
IMPALA-7840: add missing error to test_concurrent_schema_change test_concurrent_schema_change runs a series of alters and inserts on the same Kudu table concurrently to ensure that Impala can handle this without crashing. There is a list of expected error messages in the test. One possible

[18/33] impala git commit: [DOCS] A typo fixed in impala_live_summary

2018-11-19 Thread boroknagyz
[DOCS] A typo fixed in impala_live_summary Change-Id: Idb954199955d3af4271b5dc61c284e56536fe649 Reviewed-on: http://gerrit.cloudera.org:8080/11904 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[23/33] impala git commit: IMPALA-7477: Batch-oriented query set construction

2018-11-19 Thread boroknagyz
IMPALA-7477: Batch-oriented query set construction Rework the row-by-row construction of query result sets in PlanRootSink so that it materialises an output column at a time. Make some minor optimisations like preallocating output vectors and initialising strings more efficiently. My intent is

[14/33] impala git commit: IMPALA-5004: Switch to sorting node for large TopN queries

2018-11-19 Thread boroknagyz
IMPALA-5004: Switch to sorting node for large TopN queries Adds a new query option 'topn_bytes_limit' that places a limit on the number of estimated bytes that a TopN operator can process. If the Impala planner estimates that a TopN operator will process more bytes than this limit, it will

[22/33] impala git commit: IMPALA-6323 Allow constant analytic window expressions.

2018-11-19 Thread boroknagyz
IMPALA-6323 Allow constant analytic window expressions. The constraint imposed by IMPALA-1354 was artificial. If there are constant "partition by" expressions, simply drop them, they are no-ops. Constant "order by" expressions can be ignored as well, though in effect they should be accounted for

[16/33] impala git commit: IMPALA-7789: [DOCS] Admission status in Impala Shell

2018-11-19 Thread boroknagyz
IMPALA-7789: [DOCS] Admission status in Impala Shell Change-Id: I17d788eb716c6a2f7a144ee2d81bbe823f74d16a Reviewed-on: http://gerrit.cloudera.org:8080/11895 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong Reviewed-by: Bikramjeet Vig Project:

[27/33] impala git commit: IMPALA-7818: Standardize use of Expr predicates

2018-11-19 Thread boroknagyz
IMPALA-7818: Standardize use of Expr predicates The Expr node provide two kinds of queries about node categories: predicates and isMumble() functions. This change standardizes two existing methods to use predicates instead. First, the existing isLiteral() method is replaced by a new IS_LITERAL

[15/33] impala git commit: IMPALA-7808: Refactor Analyzer for easier debugging

2018-11-19 Thread boroknagyz
IMPALA-7808: Refactor Analyzer for easier debugging Changes two blocks of code to make debugging easier. No functional changes occur; changes are pure refactoring. A trivial change in AnalyzerContext removes a nested conditional clause. A larger change in SelectStmt takes the large analysis

[33/33] impala git commit: IMPALA-7148: Make test_profile_fragment_instances() more robust

2018-11-19 Thread boroknagyz
IMPALA-7148: Make test_profile_fragment_instances() more robust test_profile_fragment_instances() makes assumption about number of instances of each scan node in the distributed query plan. The number of instances for each scan nodes can actually vary depending on how data is loaded and

[1/2] impala git commit: Revert "IMPALA-7148: Make test_profile_fragment_instances() more robust"

2018-11-19 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/branch-3.1.0 f79f2d4ad -> 33d943b25 Revert "IMPALA-7148: Make test_profile_fragment_instances() more robust" This reverts commit 1d412a09ac807c2f7ab39ac4fdc3e21c29024190. Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

impala git commit: Revert "IMPALA-7477: Batch-oriented query set construction" [Forced Update!]

2018-11-19 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/branch-3.1.0 33d943b25 -> 031d5690f (forced update) Revert "IMPALA-7477: Batch-oriented query set construction" This reverts commit 0f63b2c9f9d62b0d22191f454b672a6047206252. Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[2/4] impala git commit: IMPALA-6544: S3 tests fail because S3 is eventually consistent.

2019-01-02 Thread boroknagyz
IMPALA-6544: S3 tests fail because S3 is eventually consistent. This skips test_insert_parquet on S3, as S3's eventually consistent behavior is exposing us to "file not found" errors. To remove this band-aid, we'll need to either handle s3 consistency natively in some way, or to retry certain

[3/4] impala git commit: IMPALA-7902: NumericLiteral fixes, refactoring

2019-01-02 Thread boroknagyz
http://git-wip-us.apache.org/repos/asf/impala/blob/27577dd6/fe/src/test/java/org/apache/impala/analysis/NumericLiteralTest.java -- diff --git a/fe/src/test/java/org/apache/impala/analysis/NumericLiteralTest.java

[1/4] impala git commit: IMPALA-7992: Reduce iterations for test_decimal_fuzz.

2019-01-02 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/master a3eb5fa90 -> 27577dd65 IMPALA-7992: Reduce iterations for test_decimal_fuzz. We're seeing build failures in exhaustive builds on centos6, because the timeout (defined as 2 hours in tests/conftest.py) is hit. Though it's nice to run more

[4/4] impala git commit: IMPALA-7902: NumericLiteral fixes, refactoring

2019-01-02 Thread boroknagyz
IMPALA-7902: NumericLiteral fixes, refactoring The work to clean up the rewriter logic must start with a stable AST, which must start with sprucing up some issues with the leaf nodes. This CR tackles the NumericLiteral used to hold numbers. IMPALA-7896: Literals should not need explicit analyze

impala git commit: Revert "IMPALA-7477: Batch-oriented query set construction"

2018-09-19 Thread boroknagyz
Repository: impala Updated Branches: refs/heads/master 038af3459 -> 109028e89 Revert "IMPALA-7477: Batch-oriented query set construction" This has been implicated in some incorrect results involving nulls in HS2. This reverts commit b288a6af2eda9631b2bad91896ae4bfd2a3fdf30. Change-Id:

svn commit: r33202 - in /release/impala/3.2.0: ./ apache-impala-3.2.0.tar.gz apache-impala-3.2.0.tar.gz.asc apache-impala-3.2.0.tar.gz.sha512

2019-03-26 Thread boroknagyz
Author: boroknagyz Date: Tue Mar 26 14:13:41 2019 New Revision: 33202 Log: 3.2.0 release added. Added: release/impala/3.2.0/ release/impala/3.2.0/apache-impala-3.2.0.tar.gz (with props) release/impala/3.2.0/apache-impala-3.2.0.tar.gz.asc release/impala/3.2.0/apache-impala-3.2.0

[impala] 03/06: IMPALA-7224. Improve performance of UpdateCatalogMetrics

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 0b9e8cf8f4cd1dd9f0b653efd907d214dcbb2049 Author: Todd Lipcon AuthorDate: Fri Jun 29 15:38:14 2018 -0700 IMPALA

[impala] 01/06: IMPALA-6352: Dump backtrace on failure of TestTableSample

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit b2294c1bbf4143cc79fe770293a6255d81f72ea6 Author: Bikramjeet Vig AuthorDate: Mon Jul 2 14:27:09 2018 -0700 IMPALA

[impala] branch master updated (b74d632 -> adced30)

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from b74d632 IMPALA-8250: Fix a handful of JNI usage errors. new 46e0339 IMPALA-7645: Add a query option

[impala] 04/04: IMPALA-8223: remove {mem-pool, hash-table}.total-bytes

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit adced30896ade0f71e64cc2d5bad1cd9f43119b7 Author: Tim Armstrong AuthorDate: Tue Feb 19 14:55:40 2019 -0800

[impala] 03/04: IMPALA-7975 : Improve supportability of the automatic invalidate feature

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 360b23bfa4eeb337cce380512f106a692bf3c49b Author: Vihang Karajgaonkar AuthorDate: Wed Feb 13 14:58:21 2019 -0800

[impala] 02/06: IMPALA-4784: Remove InProcessStatestore

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit a85187b556ef43f3bc8b95262aa5854f98b7e9ee Author: Sailesh Mukil AuthorDate: Tue Jun 26 10:15:26 2018 -0700 IMPALA

[impala] 06/06: [DOCS] Clarification on admission control and DDL statements

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 82db0df1090b7c1f93fd6da5f7b89be3322a0a59 Author: Alex Rodoni AuthorDate: Tue Jun 26 14:30:38 2018 -0700 [DOCS

[impala] 04/06: IMPALA-5981: [DOCS] Documented SET=""

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 6005194e3152af3defda80a9403286dd37341d44 Author: Alex Rodoni AuthorDate: Mon Jun 25 16:30:14 2018 -0700 IMPALA

[impala] 05/06: IMPALA-7237: handle hex digits in ParseSmaps()

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 7b37fdec2fd5f6793da8ca4faf7426d1d66d5cc4 Author: Tim Armstrong AuthorDate: Mon Jul 2 17:08:46 2018 -0700 IMPALA

[impala] branch 2.x updated (2935785 -> 82db0df)

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git. from 2935785 [DOCS] Corrected the supported values for parquet_array_resolution new b2294c1 IMPALA-6352: Dump

[impala] 02/04: IMPALA-8252: Only write node_metadata if it's set

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 8b143f53036657fc74180def4fb8276d57ca179a Author: Lars Volker AuthorDate: Tue Feb 26 16:24:06 2019 -0800 IMPALA

[impala] 01/04: IMPALA-7645: Add a query option to set the default table file format

2019-02-27 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 46e03392c38299731d937898c4177b7baedc8f7d Author: Fredy Wijaya AuthorDate: Sat Feb 23 12:56:10 2019 -0800

svn commit: r32852 - /release/impala/KEYS

2019-03-11 Thread boroknagyz
Author: boroknagyz Date: Mon Mar 11 10:15:37 2019 New Revision: 32852 Log: Gabor Kaszab's PGP key is added to the KEYS Modified: release/impala/KEYS Modified: release/impala/KEYS == --- release/impala/KEYS (original

[impala] branch 2.x updated (2106127 -> 22fb381)

2019-02-12 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git. from 2106127 IMPALA-7144: Re-enable TestDescribeTableResults new 55da35e IMPALA-7128 (part 1) Refactor interfaces

[impala] branch master updated: IMPALA-8064: Improve observability of wait times for runtime filters

2019-02-12 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new e0aabdd IMPALA-8064: Improve observability

[impala] 03/03: IMPALA-6035: Add query options to limit thread reservation

2019-02-12 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 22fb381503c713cbbe431fa059968b5c1dab9ec5 Author: Tim Armstrong AuthorDate: Thu May 31 16:25:26 2018 -0700 IMPALA

[impala] 02/03: IMPALA-8155: Modify bootstrap_system.sh to bind Impala-lzo/2.x

2019-02-12 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 238194b2343619fe0cc8d0d94b475a5f2b0e2f82 Author: stiga-huang AuthorDate: Fri Feb 1 17:45:19 2019 -0800 IMPALA

[impala] 08/08: IMPALA-8369: Add HIVE_MAJOR_VERSION section to planner tests + some fixes

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 5ce57cafb20f4627054c6c1d0d2a79e9ae97fd78 Author: Csaba Ringhofer AuthorDate: Thu May 23 21:49:30 2019 +0200

[impala] 06/08: IMPALA-8473: Publish lineage info via hook

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 31195eb8119ac6a557486a10dc24692bb0202f85 Author: Radford Nguyen AuthorDate: Wed May 15 19:59:21 2019 -0700

[impala] branch 2.x updated: Ignore "IMPALA-7295: Remove IMPALA_MINICLUSTER_PROFILE=2"

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/2.x by this push: new 33d58e4 Ignore "IMPALA-7295: R

[impala] 01/08: IMPALA-8400: Implement Ranger audit event handler

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 2750f0ab358ce754fb651a019fc06a071395395f Author: Fredy Wijaya AuthorDate: Fri May 10 14:46:27 2019 -0500

[impala] 02/08: IMPALA-8524: part2: Avoid calling "hive" via command line in EE tests

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 6839d9738b0d5c3c176fea4345ab623783915454 Author: Zoltan Borok-Nagy AuthorDate: Wed May 22 17:05:25 2019 +0200

[impala] branch master updated (9ee4a5e -> 5ce57ca)

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from 9ee4a5e acid: Filter unwanted files based on ACID state. new 2750f0a IMPALA-8400: Implement Ranger audit

[impala] 03/08: [DOCS] Corrected the privileges required for CREATE FUNCTION

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 90da7fa48a3f3d7b781172d91dfa6026c5d7fab8 Author: Alex Rodoni AuthorDate: Thu May 23 17:44:45 2019 -0700 [DOCS

[impala] 05/08: IMPALA-6903: Download profile from WebUI in text format

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit b00d031fb37b83924d4dfa020360f35540717501 Author: Yongzhi Chen AuthorDate: Mon May 13 20:33:44 2019 -0400

[impala] 07/08: IMPALA-8585: Fix for upgraded + compacted acid tables

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 5faf1745b0e27ff3f95d532ad5e7dc8e34310172 Author: Csaba Ringhofer AuthorDate: Fri May 24 15:28:15 2019 +0200

[impala] 04/08: IMPALA-8248: Improve Ranger test coverage

2019-05-28 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 377471fb4b2794caae63601f937b6c4a48ef2cd3 Author: Austin Nobis AuthorDate: Thu May 23 08:28:59 2019 -0700

[impala] branch master updated (1e49b6a -> d423979)

2019-05-10 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from 1e49b6a IMPALA-2029. Implement our own getJNIEnv equivalent new 9075099 Drop statestore update frequency

[impala] 01/02: Drop statestore update frequency during data loading

2019-05-10 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 9075099c27f68e4a9fd35c6db76d36dae3301643 Author: Todd Lipcon AuthorDate: Tue May 7 00:33:21 2019 -0700 Drop

[impala] 01/04: IMPALA-8681: Only show ValidWriteIdLists for Acid tables

2019-07-05 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 3f74171a271b9e5614ce1752221517a12dae0c2f Author: Yongzhi Chen AuthorDate: Tue Jun 25 11:32:13 2019 -0400

[impala] branch master updated (1943008 -> b1cbf9e)

2019-07-05 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from 1943008 IMPALA-8427: [DOCS] Document the new startup flag IMPALA-7800 introduced new 3f74171 IMPALA-8681

[impala] 02/04: [DOCS] A typo fix in impala_metadata

2019-07-05 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit d5ea0d60678655a633ee99eab35970a88ceee697 Author: Alex Rodoni AuthorDate: Wed Jul 3 13:25:37 2019 -0700 [DOCS

[impala] 03/04: IMPALA-8736: test_hive_parquet_codec_interop fails on S3

2019-07-05 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 99cfa92d3c085aaea838b329097c65221c0cbd38 Author: Abhishek Rawat AuthorDate: Mon Jul 1 15:32:53 2019 -0700

[impala] 04/04: IMPALA-8710: Increase allowed bit width to 64 for bit packing

2019-07-05 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit b1cbf9e6b786132e86699cbb1e472ec98499bb11 Author: Daniel Becker AuthorDate: Sat Feb 9 22:48:33 2019 +0100

[impala] branch master updated: Revert "IMPALA-8710: Increase allowed bit width to 64 for bit packing"

2019-07-08 Thread boroknagyz
This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 1776c7a Revert "IMPALA-8710: Inc

  1   2   3   4   >