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 2021/01/11 15:17:57 UTC

[GitHub] [iceberg] aokolnychyi opened a new pull request #2066: Spark: Override simpleString in dynamic file filter nodes

aokolnychyi opened a new pull request #2066:
URL: https://github.com/apache/iceberg/pull/2066


   This PR overrides `simpleString` in dynamic file filter nodes to limit their output.
   
   After this PR:
   
   ```
               +- DynamicFileFilter[id#20, dep#21, _file#28, _pos#29L]
                  :- RelationV2[id#20, dep#21, _file#28, _pos#29L] testhive.default.table
                  +- Aggregate [_file#28], [_file#28]
                     +- Project [_file#28]
                        +- Filter (id#20 <=> 1)
                           +- RelationV2[id#20, dep#21, _file#28, _pos#29L] testhive.default.table
   
               +- DynamicFileFilterExec[id#20, dep#21, _file#28, _pos#29L]
                  :- *(1) Project [id#20, dep#21, _file#28, _pos#29L]
                  :  +- ExtendedBatchScan[id#20, dep#21, _file#28, _pos#29L] testhive.default.table [filters=id = 1]
                  +- *(2) HashAggregate(keys=[_file#28], functions=[], output=[_file#28])
                     +- *(2) HashAggregate(keys=[_file#28], functions=[], output=[_file#28])
                        +- *(2) Project [_file#28]
                           +- *(2) Filter (id#20 <=> 1)
                              +- ExtendedBatchScan[id#20, dep#21, _file#28, _pos#29L] testhive.default.table [filters=id = 1]
   ```


----------------------------------------------------------------
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


[GitHub] [iceberg] rdblue merged pull request #2066: Spark: Override simpleString in dynamic file filter nodes

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #2066:
URL: https://github.com/apache/iceberg/pull/2066


   


----------------------------------------------------------------
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