This repository was archived by the owner on May 12, 2021. It is now read-only.
TAJO-1465: Add ORCFileAppender to write into ORCFile table#652
Closed
eminency wants to merge 156 commits intoapache:masterfrom
Closed
TAJO-1465: Add ORCFileAppender to write into ORCFile table#652eminency wants to merge 156 commits intoapache:masterfrom
eminency wants to merge 156 commits intoapache:masterfrom
Conversation
…oung Park. Committed by jihoon)
…eryInProgress Closes apache#416 Signed-off-by: Jinho Kim <jhkim@apache.org>
Closes apache#443 Signed-off-by: Jinho Kim <jhkim@apache.org>
Signed-off-by: JaeHwa Jung <blrunner@apache.org>
…ery. Closes apache#472 Signed-off-by: Jinho Kim <jhkim@apache.org>
Closes apache#447 Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: JaeHwa Jung <blrunner@apache.org>
…longer. Signed-off-by: JaeHwa Jung <blrunner@apache.org>
Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: Jihoon Son <jihoonson@apache.org>
…ng forever. Signed-off-by: Jinho Kim <jhkim@apache.org>
Signed-off-by: Jinho Kim <jhkim@apache.org>
…are not included. (jinho)
…zed. Signed-off-by: Jinho Kim <jhkim@apache.org>
…nsigned. Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: JaeHwa Jung <blrunner@apache.org>
Signed-off-by: Jihoon Son <jihoonson@apache.org>
Signed-off-by: Jinho Kim <jhkim@apache.org>
Signed-off-by: Jinho Kim <jhkim@apache.org>
…ork. Signed-off-by: Jihoon Son <jihoonson@apache.org>
…) eliminates an important kind of information. Signed-off-by: Jihoon Son <jihoonson@apache.org>
* master: TAJO-1821: Temporary data is not cleared after TestCatalog. TAJO-1805: In the 'Execute Query' page of web UI, default database should be set as 'default'. (Contributed by Dongkyu Hwangbo, committed by hyunsik) TAJO-1814: Add some positive/negative tests for CREATE TABLE IF NOT EXISTS. TAJO-1823: Can't start TajoMaster. TAJO-1820: Fix wrong case sensitivity rules of non-reserved keywords. TAJO-1610: Cannot find column when the same name is used for table and database. TAJO-1641: Add window function documentation. TAJO-1818: Separate sql parser into an independent maven module.
Member
There was a problem hiding this comment.
This code will make a directory in a resource directory. It seems to be not good. Could you remove this change?
Member
|
I leaved comments. |
* master: TAJO-1831: Add a shutdown hook manager in order to set priorities. TAJO-1830: Fix race condition in HdfsServiceTracker. TAJO-1817: Improve SQL parser error message. TAJO-1739: Add a statement for adding partition to TajoDump. TAJO-1727: Avoid to create external table using TableSpace. TAJO-1833: Refine LogicalPlanPreprocessor to add new rules easily. TAJO-1600: Invalid query planning for distinct group-by. TAJO-1825: Remove zero length fragments when file length is zero. TAJO-1826: Revert "refine code for Parquet 1.8.1." TAJO-1782: Check ON_ERROR_STOP flag in TSQL when error is occured. TAJO-1829: Fix DelimitedTextFileAppender NPE in negative tests. TAJO-1828: tajo-daemon scripts should kill process after process can not stop gracefully. TAJO-1674: Validation of CTAS schema mismatch. TAJO-1729: No handling of default case in DDLExecutor. (Contributed by Dongkyu Hwangbo, committed by Jinho) TAJO-1819: Cannot find existing tables when pgsql catalog starts up.
Member
|
+1 Before commiting the patch, I slightly changed as follows
|
asfgit
pushed a commit
that referenced
this pull request
Sep 16, 2015
Signed-off-by: Hyunsik Choi <hyunsik@apache.org> Closes #652
Member
|
Thank you for your work. I committed as c3c78fc. But, I missed to add github command in the commit log. Could you close this ticket? |
Contributor
Author
|
Thank you very much for your working. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi all.
This is for writer code for ORC files.
Many files are added, but most of them are from Hive. See following notes :
Please review and advise.
Thanks.