This repository was archived by the owner on May 12, 2021. It is now read-only.
TAJO-1740: Update Partition Table document#728
Closed
blrunner wants to merge 92 commits intoapache:masterfrom
Closed
TAJO-1740: Update Partition Table document#728blrunner wants to merge 92 commits intoapache:masterfrom
blrunner wants to merge 92 commits intoapache:masterfrom
Conversation
Member
There was a problem hiding this comment.
assume a table with the following schema would be better.
…into tajo-partition-document
Contributor
Author
|
Thanks @hyunsik |
Signed-off-by: Hyunsik Choi <hyunsik@apache.org>
… subqueries and aggregations. Closes apache#791
…is executed on self-describing tables. (jihoon) Closes apache#787
…is executed on self-describing tables. (fix wrong query)
…Chen, committed by hyunsik)
…asionally. Signed-off-by: Hyunsik Choi <hyunsik@apache.org> Closes apache#796
Closes apache#793 Signed-off-by: Jihoon Son <jihoonson@apache.org>
…ory extravagance. Closes apache#794 Signed-off-by: Jihoon Son <jihoonson@apache.org>
Closes apache#861 Signed-off-by: JaeHwa Jung <blrunner@apache.org>
…ename. Closes apache#860 Signed-off-by: Jihoon Son <jihoonson@apache.org>
…et List<Target>. Closes apache#839 Signed-off-by: Jihoon Son <jihoonson@apache.org>
Closes apache#863 Signed-off-by: JaeHwa Jung <blrunner@apache.org>
… fill compression section of the 'Table Management' chapter. Signed-off-by: Jihoon Son <jihoonson@apache.org>
…and get List<NamedExpr>. Closes apache#842
Closes apache#852 Signed-off-by: Jihoon Son <jihoonson@apache.org>
…naged table, and external table to Tablespace section of Table Management chapter. Closes apache#878 Signed-off-by: Jihoon Son <jihoonson@apache.org>
closes apache#879 Signed-off-by: Jinho Kim <jhkim@apache.org>
Contributor
There was a problem hiding this comment.
Maybe you intend that this table has the five columns of id, name, grade, country, and city. If so, how about showing all columns as the below example of student_source? It will be much easier to understand.
…/tajo into tajo-partition-document
Contributor
Author
|
Thanks @jihoonson I reflected your comments as follows. |
Contributor
|
Thanks, but your patch looks to be include other patches. Would you fix it? |
Contributor
Author
|
Thanks @jihoonson . |
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.
Currently, Tajo doesn't provide enough informations about partition table. Thus, we need to add more informations to following documentation.
http://tajo.apache.org/docs/current/partitioning/column_partitioning.html