LucaCanali opened a new pull request #74:
URL: https://github.com/apache/hbase-connectors/pull/74


   Queries with filters may error out with ClassNotFoundException as detailed 
in [HBASE-22769](https://issues.apache.org/jira/browse/HBASE-22769).
   The error can be worked around with 
`.option("hbase.spark.pushdown.columnfilter", false)` but this bypasses SQL 
pushdown, which is a useful feature.
   The error appears to come from reflection. This PR aims at making reflection 
explicit for `org.apache.hadoop.hbase.spark.datasources.JavaBytesEncoder` and 
`org.apache.hadoop.hbase.spark.DynamicLogicExpressionBuilder`.
   The patch has been manually tested.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to