wchevreuil commented on code in PR #156:
URL: https://github.com/apache/hbase-connectors/pull/156#discussion_r3481643240
##########
spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala:
##########
@@ -391,11 +392,20 @@ case class HBaseRelation(
val pushDownFilterJava =
if (usePushDownColumnFilter && pushDownDynamicLogicExpression != null) {
+ val columnMappings =
+ requiredQualifierDefinitionList.map {
+ field =>
+ new PushdownMappedField {
+ override def colName(): String = field.colName
Review Comment:
There was never set before, so this is not something introduced by this
specific change. And it doesn't look this is a problem at all, as the encoder
is set at region server side, during parsing.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]