[jira] [Commented] (CARBONDATA-267) Set block_size for table on table level

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-267) Set block_size for table on table level

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535095#comment-15535095 ]

ASF GitHub Bot commented on CARBONDATA-267:
-------------------------------------------

Github user sujith71955 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/189#discussion_r81280420
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/metadata/schema/table/TableSchema.java ---
    @@ -102,6 +107,14 @@ public void setSchemaEvalution(SchemaEvolution schemaEvalution) {
         this.schemaEvalution = schemaEvalution;
       }
     
    +  public int getBlockszie() {
    +    return blockszie;
    +  }
    +
    +  public void setBlockszie(int blockszie) {
    +    this.blockszie = blockszie;
    --- End diff --
   
    provide proper variable name 'blocksize'


> Set block_size for table on table level
> ---------------------------------------
>
>                 Key: CARBONDATA-267
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-267
>             Project: CarbonData
>          Issue Type: New Feature
>    Affects Versions: 0.1.0-incubating
>            Reporter: zhangshunyu
>            Assignee: zhangshunyu
>             Fix For: 0.2.0-incubating
>
>
> Set block_size for table on table level



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)