[jira] [Updated] (PHOENIX-5185) support Math PI function

2019-03-12 Thread Xinyi Yan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xinyi Yan updated PHOENIX-5185: --- Attachment: PHOENIX-5185.patch > support Math PI function > > >

[jira] [Updated] (PHOENIX-5185) support Math PI function

2019-03-12 Thread Xinyi Yan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xinyi Yan updated PHOENIX-5185: --- Attachment: (was: PHOENIX-5185.patch) > support Math PI function > > >

[jira] [Updated] (PHOENIX-5181) support Math sin/cos/tan functions

2019-03-12 Thread Xinyi Yan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xinyi Yan updated PHOENIX-5181: --- Attachment: (was: PHOENIX-5181.patch) > support Math sin/cos/tan functions > --

[jira] [Created] (PHOENIX-5191) commit thrown error info: java.util.ConcurrentModificationException

2019-03-12 Thread Jepson (JIRA)
Jepson created PHOENIX-5191: --- Summary: commit thrown error info: java.util.ConcurrentModificationException Key: PHOENIX-5191 URL: https://issues.apache.org/jira/browse/PHOENIX-5191 Project: Phoenix

[jira] [Updated] (PHOENIX-5188) IndexedKeyValue should populate KeyValue fields

2019-03-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby updated PHOENIX-5188: - Attachment: PHOENIX-5188-4.x-HBase-1.4.patch > IndexedKeyValue should populate KeyValue

[jira] [Updated] (PHOENIX-5190) Implement a TaskRegionObserver for index rebuilds

2019-03-12 Thread Gokcen Iskender (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokcen Iskender updated PHOENIX-5190: - Description: A new way to kick index rebuilds is putting an entry to System.Tasks table

[jira] [Created] (PHOENIX-5190) Implement a TaskRegionObserver for index rebuilds

2019-03-12 Thread Gokcen Iskender (JIRA)
Gokcen Iskender created PHOENIX-5190: Summary: Implement a TaskRegionObserver for index rebuilds Key: PHOENIX-5190 URL: https://issues.apache.org/jira/browse/PHOENIX-5190 Project: Phoenix

[jira] [Updated] (PHOENIX-5178) SYSTEM schema is not getting cached at MetaData server

2019-03-12 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-5178: Fix Version/s: 5.1.0 > SYSTEM schema is not getting cached at MetaData server > -

[jira] [Updated] (PHOENIX-5188) IndexedKeyValue should populate KeyValue fields

2019-03-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby updated PHOENIX-5188: - Attachment: PHOENIX-5188.patch > IndexedKeyValue should populate KeyValue fields >

How can I test DeleteCompiler by JUnit?

2019-03-12 Thread Yuan Yifan
I'd found an issue several weeks ago: https://issues.apache.org/jira/projects/PHOENIX/issues/PHOENIX-5166 And I'm trying to fix this bug. And after few days reading of source code, I'm trying to debug the related function of DELETE. While I'm trying to debug this class: org.apache.phoenix.compile