[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-11-07 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-19103:
---
Fix Version/s: (was: 3.0.0)
   2.0.0-beta-1

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch, 
> HBASE-19103-trunk-v3.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-11-06 Thread Jan Hentschel (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Hentschel updated HBASE-19103:
--
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed v3 to master. [~Qilin Cao] Thanks for the patch.

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch, 
> HBASE-19103-trunk-v3.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-11-06 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Fix Version/s: (was: 1.2.0)
 Release Note: If BigDecimal is stored as value, and you need to add a 
matched comparator to the value filter when scanning, a BigDecimalComparator 
can be used.

I already fill out the release note, thks! 

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch, 
> HBASE-19103-trunk-v3.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-11-05 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Status: Patch Available  (was: Open)

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 3.0.0, 1.2.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch, 
> HBASE-19103-trunk-v3.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-11-05 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: HBASE-19103-trunk-v3.patch

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch, 
> HBASE-19103-trunk-v3.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-11-01 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-19103:
---
Status: Open  (was: Patch Available)

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 3.0.0, 1.2.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-31 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: HBASE-19103-trunk-v2.patch

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-31 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: (was: HBASE-19103-trunk-v2.patch)

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-31 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: HBASE-19103-1.2.0-v2.patch

Add hashCode() and equals() to BigDecimalComparator, thks!

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-1.2.0-v2.patch, 
> HBASE-19103-trunk-v1.patch, HBASE-19103-trunk-v2.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-31 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: HBASE-19103-trunk-v2.patch

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-trunk-v1.patch, 
> HBASE-19103-trunk-v2.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-30 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: HBASE-19103-trunk-v1.patch

Patch for trunk

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-trunk-v1.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-30 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Fix Version/s: 3.0.0

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0, 3.0.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch, HBASE-19103-trunk-v1.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-30 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Fix Version/s: 1.2.0
   Status: Patch Available  (was: Open)

Patch for hbase1.2.0

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Fix For: 1.2.0
>
> Attachments: HBASE-19103-1.2.0-v1.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-30 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Attachment: HBASE-19103-1.2.0-v1.patch

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
> Attachments: HBASE-19103-1.2.0-v1.patch
>
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-27 Thread Qilin Cao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qilin Cao updated HBASE-19103:
--
Description: Should I add BigDecimalComparator for filter? Some scenarios 
need to calculate the data accurately may use it.  (was: Should I add 
BigDecimalComparator for filter? Some scenarios need to calculate the data 
accurately may be use it.)

> Add BigDecimalComparator for filter
> ---
>
> Key: HBASE-19103
> URL: https://issues.apache.org/jira/browse/HBASE-19103
> Project: HBase
>  Issue Type: New Feature
>  Components: Client
>Reporter: Qilin Cao
>Assignee: Qilin Cao
>Priority: Minor
>
> Should I add BigDecimalComparator for filter? Some scenarios need to 
> calculate the data accurately may use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)