Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/1009#discussion_r61828003
--- Diff:
tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/fragment/FragmentConvertor.java
---
@@ -47,8 +47,7 @@
*/
private static final Class<?>[] DEFAULT_FRAGMENT_PARAMS = {
ByteString.class };
- public static Class<? extends Fragment> getFragmentClass(Configuration
conf, String dataFormat)
- throws IOException {
+ public static Class<? extends Fragment> getFragmentClass(Configuration
conf, String dataFormat) {
--- End diff --
Could you explain why you remove throwing IOException and use
TajoInternalError instead of IOException?
---
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.
---