[
https://issues.apache.org/jira/browse/TAJO-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14648697#comment-14648697
]
ASF GitHub Bot commented on TAJO-1340:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/671
TAJO-1340: Change the default output file format.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1340
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/671.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #671
----
commit 02751701715b2e46f74bb2a1519be02d2b3db738
Author: Jinho Kim <[email protected]>
Date: 2015-07-30T12:48:06Z
TAJO-1340
commit 42928ef20ba1686be5a5efee54216c3de1fe92cc
Author: Jinho Kim <[email protected]>
Date: 2015-07-31T02:36:56Z
fix invalid codes and tests
commit d2bea94148511eb91483e0b465d6a4d2eb4ec282
Author: Jinho Kim <[email protected]>
Date: 2015-07-31T02:38:13Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1340
commit f59e1434fc8d02173fd2cdbeee2941880bb6a5aa
Author: Jinho Kim <[email protected]>
Date: 2015-07-31T03:22:25Z
fix bug and add more test case
----
> Change the default output file format.
> --------------------------------------
>
> Key: TAJO-1340
> URL: https://issues.apache.org/jira/browse/TAJO-1340
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyunsik Choi
> Assignee: Jinho Kim
> Fix For: 0.11.0
>
>
> Currently, the default output file is CSV. Due to its nature, CSV has mainly
> three problems:
> * Its line or field delimiter can be duplicated to some character included
> in the result data.
> * Plan text file is likely to be larger than other file formats.
> * Its read and write performance is slow.
> We need to change the default output file format into other file formats. We
> also need to investigate which file format is the best for it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)