[
https://issues.apache.org/jira/browse/HBASE-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282706#comment-15282706
]
Jonathan Hsieh commented on HBASE-15333:
----------------------------------------
thanks for the updates Zhan. I've committed to trunk.
Here's more context on the yetus failures:
white space issues are in auto generated protobuf
javadoc is complaining about links to scala packages which should be ok.
{code}
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java:27:
error: package org.apache.hadoop.hbase.spark.datasources does not exist
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java:28:
error: package org.apache.hadoop.hbase.spark.datasources does not exist
{code}
> Enhance the filter to handle short, integer, long, float and double
> -------------------------------------------------------------------
>
> Key: HBASE-15333
> URL: https://issues.apache.org/jira/browse/HBASE-15333
> Project: HBase
> Issue Type: Sub-task
> Reporter: Zhan Zhang
> Assignee: Zhan Zhang
> Attachments: HBASE-15333-1.patch, HBASE-15333-10.patch,
> HBASE-15333-2.patch, HBASE-15333-3.patch, HBASE-15333-4.patch,
> HBASE-15333-5.patch, HBASE-15333-6.patch, HBASE-15333-7.patch,
> HBASE-15333-8.patch, HBASE-15333-9.patch
>
>
> Currently, the range filter is based on the order of bytes. But for java
> primitive type, such as short, int, long, double, float, etc, their order is
> not consistent with their byte order, extra manipulation has to be in place
> to take care of them correctly.
> For example, for the integer range (-100, 100), the filter <= 1, the current
> filter will return 0 and 1, and the right return value should be (-100, 1]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)