phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Apache Phoenix

Results 229 phoenix issues
Sort by recently updated
recently updated
newest added

I had to close the other pull request ( https://github.com/apache/phoenix/pull/1458 ) and rebuild the branch and make new pull request , because branch PHOENIX-6742, where was the changes , was...

The linked jira had a patch in place, however that was for 4.x-HBase-1.4 branch, and the changes were made few years back. I have rebased and ported the changes to...

JIRA: [PHOENIX-4815](https://issues.apache.org/jira/browse/PHOENIX-4815) @joshelser @twdsilva Please help me reviewing this patch.

I have started the implementation of the UNNEST function support. I've implemented similarly to Postgresql. So far I can perform a select, aggregations, use limit, upsert using it. My next...