Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/846#issuecomment-162450015
@hyunsik
I changed ```PartitionFileFragment``` by extending ```FileFragment```
because there are some codes for only ```FileFragment```. For example, you can
see cast codes as following:
```
public FileScanner(Configuration conf, final Schema schema, final
TableMeta meta, final Fragment fragment) {
this.conf = conf;
this.meta = meta;
this.schema = schema;
this.fragment = (FileFragment)fragment;
this.tableStats = new TableStats();
this.columnNum = this.schema.size();
}
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---