Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/1015#issuecomment-219206124
I don't know why the changes in already committed patches.
The key changes are
* Recap Fragment to have a consistent interface.
* Add FragmentSerdeHelper for user-defined fragment serialization and
deserialization
* Change fragment configuration properties in storage-default.xml. A
fragment and a fragment serde helper are specified for each tablespace like
below.
```
<property>
<name>tajo.storage.fragment.kind.file</name>
<value>org.apache.tajo.storage.fragment.FileFragment</value>
</property>
```
* Remove RowFile.
---
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.
---