[phoenix] 05/06: PHOENIX-6528 Fix view index read repair for the pks with variable length

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git commit 4f1f11a013fe4691a0634b685168caafb57ec0c0 Author: Gokcen Iskender AuthorDate: Tue Aug 10 20:17:43 2021 -0700 PHOENIX-65

[phoenix] branch 5.1 updated (7ce522a -> 27757fb)

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a change to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git. from 7ce522a PHOENIX-6555 Wait for permissions to sync in Permission tests new 72f348c PHOENIX-6344: CASCADE on ALTER

[phoenix] 06/06: PHOENIX-6577 phoenix_sandbox.py incompatible with python3

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git commit 27757fb8ed4d5c7586ead2b5d0399b5b64050063 Author: Istvan Toth AuthorDate: Thu Oct 21 08:25:52 2021 +0200 PHOENIX-6577 p

[phoenix] 01/06: PHOENIX-6344: CASCADE on ALTER should NOOP when there are no secondary indexes (#1135)

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git commit 72f348cdd60b3630c85eddf0bbabd06febbd3d18 Author: Swaroopa Kadam AuthorDate: Tue Feb 9 13:52:29 2021 -0800 PHOENIX-6344

[phoenix] 02/06: PHOENIX-6472 In case of region inconsistency phoenix should stop gracefully

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git commit f4fff44acfeef1ff2b0485cdfe1d18eb981a4c2d Author: Xinyi Yan AuthorDate: Thu Aug 19 09:44:48 2021 -0700 PHOENIX-6472 In

[phoenix] 04/06: PHOENIX-6507 DistinctAggregatingResultIterator should keep original tuple order of the AggregatingResultIterator

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git commit 6e5449c0f9ddc5aa7ce865bcb82a2c97dd0fe79f Author: chenglei AuthorDate: Thu Jul 15 17:02:22 2021 +0800 PHOENIX-6507 Dist

[phoenix] 03/06: PHOENIX-6498 Fix incorrect Correlated Exists Subquery rewrite when Subquery is aggregate

2021-10-29 Thread stoty
This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git commit f58c09905ec032df6147a0548a043649a66a5d36 Author: chenglei AuthorDate: Wed Jul 28 12:47:54 2021 +0800 PHOENIX-6498 Fix