[jira] [Commented] (PHOENIX-2307) Build means to set min/max timestamp on store files on region splits.

2015-10-06 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946267#comment-14946267 ] Lars Hofhansl commented on PHOENIX-2307: The HalfStoreFiles created by a split that point back

[jira] [Commented] (PHOENIX-2307) Build means to set min/max timestamp on store files on region splits.

2015-10-06 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946278#comment-14946278 ] James Taylor commented on PHOENIX-2307: --- What we really need is a way to set the min/max on the

[jira] [Commented] (PHOENIX-2309) Unit tests hang for Pherf on Mac

2015-10-06 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946272#comment-14946272 ] James Taylor commented on PHOENIX-2309: --- This has started showing up in the Jenkins builds now.

[jira] [Commented] (PHOENIX-914) Native HBase timestamp support to optimize date range queries in Phoenix

2015-10-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946176#comment-14946176 ] Hudson commented on PHOENIX-914: SUCCESS: Integrated in Phoenix-master #910 (See

[jira] [Commented] (PHOENIX-2256) Test failure in PMetaDataImplTest

2015-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14944601#comment-14944601 ] ASF GitHub Bot commented on PHOENIX-2256: - Github user chiastic-security commented on the pull

[GitHub] phoenix pull request: PHOENIX-2256: Correct two bugs in PMetaDataI...

2015-10-06 Thread chiastic-security
Github user chiastic-security commented on the pull request: https://github.com/apache/phoenix/pull/118#issuecomment-145763579 Thanks. Did this get pushed? The PR is still coming up as open in github. --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (PHOENIX-2301) NullPointerException when upserting into a char array column

2015-10-06 Thread Julian Jaffe (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14945916#comment-14945916 ] Julian Jaffe commented on PHOENIX-2301: --- {code:SQL}CREATE TABLE IF NOT EXISTS TEST.TEST("testInt"

[jira] [Created] (PHOENIX-2311) performance.py java.io.FileNotFoundException: ddl.sql

2015-10-06 Thread Albert Chu (JIRA)
Albert Chu created PHOENIX-2311: --- Summary: performance.py java.io.FileNotFoundException: ddl.sql Key: PHOENIX-2311 URL: https://issues.apache.org/jira/browse/PHOENIX-2311 Project: Phoenix

[jira] [Updated] (PHOENIX-2311) performance.py java.io.FileNotFoundException: ddl.sql

2015-10-06 Thread Albert Chu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Chu updated PHOENIX-2311: Description: Recently hit an issue where I got {noformat} java.io.FileNotFoundException: ddl.sql

[jira] [Created] (PHOENIX-2312) Perform additional scan in PhoenixTransactionalIndexer.getIndexUpdates() only if required

2015-10-06 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-2312: --- Summary: Perform additional scan in PhoenixTransactionalIndexer.getIndexUpdates() only if required Key: PHOENIX-2312 URL: https://issues.apache.org/jira/browse/PHOENIX-2312

[jira] [Commented] (PHOENIX-2256) Test failure in PMetaDataImplTest

2015-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14944788#comment-14944788 ] ASF GitHub Bot commented on PHOENIX-2256: - Github user chiastic-security closed the pull request

[GitHub] phoenix pull request: PHOENIX-2256: Correct two bugs in PMetaDataI...

2015-10-06 Thread chiastic-security
Github user chiastic-security closed the pull request at: https://github.com/apache/phoenix/pull/118 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (PHOENIX-2257) Failing integration test in DerivedTableIT

2015-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14944844#comment-14944844 ] ASF GitHub Bot commented on PHOENIX-2257: - GitHub user chiastic-security opened a pull request:

[GitHub] phoenix pull request: PHOENIX-2257 Fix broken integration test for...

2015-10-06 Thread chiastic-security
GitHub user chiastic-security opened a pull request: https://github.com/apache/phoenix/pull/120 PHOENIX-2257 Fix broken integration test for query over derived GROUP… … BY table (testDerivedTableWithGroupBy()), which worked on Java 7 but not on Java 8. The test was

[jira] [Commented] (PHOENIX-2307) Build means to set min/max timestamp on store files on region splits.

2015-10-06 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14945952#comment-14945952 ] James Taylor commented on PHOENIX-2307: --- [~lhofhansl] - are there APIs we could use from a split

[jira] [Commented] (PHOENIX-2295) NullPointerException when parsing a query with hints in UNION ALL

2015-10-06 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946019#comment-14946019 ] Samarth Jain commented on PHOENIX-2295: --- Patch looks good [~ayingshu]. A few suggestions: 1) Use

[jira] [Commented] (PHOENIX-2257) Failing integration test in DerivedTableIT

2015-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14945262#comment-14945262 ] ASF GitHub Bot commented on PHOENIX-2257: - Github user JamesRTaylor commented on a diff in the

[jira] [Commented] (PHOENIX-2257) Failing integration test in DerivedTableIT

2015-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14945280#comment-14945280 ] ASF GitHub Bot commented on PHOENIX-2257: - Github user JamesRTaylor commented on a diff in the

[GitHub] phoenix pull request: PHOENIX-2257 Fix broken integration test for...

2015-10-06 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/120#discussion_r41285998 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java --- @@ -313,21 +290,25 @@ public void testDerivedTableWithGroupBy()

[jira] [Updated] (PHOENIX-2295) NullPointerException when parsing a query with hints in UNION ALL

2015-10-06 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-2295: - Attachment: PHOENIX-2295.patch > NullPointerException when parsing a query with hints

[GitHub] phoenix pull request: PHOENIX-2257 Fix broken integration test for...

2015-10-06 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/120#discussion_r41285023 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java --- @@ -54,14 +28,17 @@ import org.junit.runners.Parameterized;

[jira] [Commented] (PHOENIX-2295) NullPointerException when parsing a query with hints in UNION ALL

2015-10-06 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14945380#comment-14945380 ] Alicia Ying Shu commented on PHOENIX-2295: -- Attached patch. > NullPointerException when

[GitHub] phoenix pull request: PHOENIX-2257 Fix broken integration test for...

2015-10-06 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/120#discussion_r41285442 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java --- @@ -313,21 +290,25 @@ public void testDerivedTableWithGroupBy()

[jira] [Commented] (PHOENIX-2257) Failing integration test in DerivedTableIT

2015-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14945265#comment-14945265 ] ASF GitHub Bot commented on PHOENIX-2257: - Github user JamesRTaylor commented on a diff in the