You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/10 13:49:37 UTC

[GitHub] [iceberg] hzfanxinxin opened a new issue #1193: How to use `iceberg.mr.filter.expression` in the IcebergInputFormat?

hzfanxinxin opened a new issue #1193:
URL: https://github.com/apache/iceberg/issues/1193


   ` // TODO add a filter parser to get rid of Serialization
       Expression filter = SerializationUtil.deserializeFromBase64(conf.get(InputFormatConfig.FILTER_EXPRESSION));
       if (filter != null) {
         scan = scan.filter(filter);
       }`
   
   I just wonder that if the FILTER_EXPRESSION will be serialization when the hive parser parses the filter?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org