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
trafficstars

Change-Id: Icb0e89060528930282c139af1c7254cc8d36e054

Changed JoinCompiler.java, QueryOptimizer.java. The changes include null checks to avoid the NPE during the exists operation. Added test in QueryOptimizerTest.java cc @stoty : Could you review my changes and let...

Fix [PHOENIX-5413](https://issues.apache.org/jira/browse/PHOENIX-5413). The `maxLength` should be null even though there exists literal column type.

Hello, Is it a good way to use "PreparedStatement" instead of "createStatement" in order to improve performance? "PreparedStatement" is used to execute dynamic or parameterized SQL queries. It is helpful...

@dbwong please review this early draft. Haven't completely sorted out local index and cross region boundary condition when generating scan. Still adding unit test and integration test and trying to...

Parcel artifacts are created as `tar` files but they should be `tar.gz` files instead

- If there is only one file, read the header from the first line and generate the `ColumnInfo` list. - If there are multiple files, read the header from all...

[Design doc](https://docs.google.com/document/d/12q_ujY1FwftCkQGbeSzFrRJRGy4Vb-JRbK_3N-XiDzU/edit) - Support for table level max lookback age in SYSCAT. - Support for table level max lookback age in CREATE/ALTER TABLE. - Block setting/altering max lookback age for...