[jira] [Resolved] (PHOENIX-6320) support hbase profile param at the release script

2021-03-22 Thread Xinyi Yan (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xinyi Yan resolved PHOENIX-6320. Resolution: Invalid The old release process has been deprecated, close the PR and Jira. >

[jira] [Updated] (PHOENIX-6425) SELECT count(cf.*) or count(cf.cq) fail with a parse exception

2021-03-22 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6425: --- Description: It's not SQL standard, so we can certainly decide not to support it. I do

[jira] [Created] (PHOENIX-6425) SELECT count(cf.*) or count(cf.cq) fail with a parse exception

2021-03-22 Thread Lars Hofhansl (Jira)
Lars Hofhansl created PHOENIX-6425: -- Summary: SELECT count(cf.*) or count(cf.cq) fail with a parse exception Key: PHOENIX-6425 URL: https://issues.apache.org/jira/browse/PHOENIX-6425 Project:

[jira] [Assigned] (PHOENIX-6424) SELECT cf1.* FAILS with a WHERE clause including cf2.

2021-03-22 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl reassigned PHOENIX-6424: -- Assignee: Lars Hofhansl > SELECT cf1.* FAILS with a WHERE clause including cf2. >

Re: [VOTE] Release of Apache Phoenix 5.1.1 RC2

2021-03-22 Thread la...@apache.org
I maintain my +1 for 5.1.1RC2. On Sunday, March 21, 2021, 10:11:38 PM PDT, Istvan Toth wrote: Hi! I'm slightly leaning towards getting the more impactful fixes already in 5.1.1 RC2 released, rather than iterating more on it, but for now I'm going to take a passive role, and leave the

Re: Topic suggestions for April Tech Talk

2021-03-22 Thread Josh Elser
Noted! Thanks for the suggestion, Lars :) On 3/19/21 1:35 PM, la...@apache.org wrote: In addition to the technical implementation of the PQS an interesting topic for the PQS would be how to scale it. How many PQSs compared to the number of region servers? How to size the machine/VM? Etc. I

Re: Topic suggestions for April Tech Talk

2021-03-22 Thread Josh Elser
Sounds good. I'll work with folks internally to put together an agenda. On 3/19/21 2:11 PM, Kadir Ozdemir wrote: Thank you for volunteering for the April meeting. You are the host for it. It will be great if you can write a brief abstract/description about the meeting topic that I can send out

[jira] [Resolved] (PHOENIX-6421) Selecting an indexed array value from an uncovered column with local index returns NULL

2021-03-22 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved PHOENIX-6421. Resolution: Fixed > Selecting an indexed array value from an uncovered column with local

[GitHub] [phoenix-omid] stoty commented on a change in pull request #92: OMID-202 Refactor Omid to use Netty 4

2021-03-22 Thread GitBox
stoty commented on a change in pull request #92: URL: https://github.com/apache/phoenix-omid/pull/92#discussion_r597911135 ## File path: transaction-client/src/main/java/org/apache/omid/tso/client/TSOClient.java ## @@ -513,7 +515,7 @@ void decrementRetries() { }

[jira] [Created] (OMID-204) Handle oversize TSO request gracefully.

2021-03-22 Thread Istvan Toth (Jira)
Istvan Toth created OMID-204: Summary: Handle oversize TSO request gracefully. Key: OMID-204 URL: https://issues.apache.org/jira/browse/OMID-204 Project: Phoenix Omid Issue Type: Improvement