You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2017/01/10 23:44:58 UTC

[jira] [Updated] (PHOENIX-3519) Specify QualifierEncodingScheme in CREATE TABLE statement

     [ https://issues.apache.org/jira/browse/PHOENIX-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas D'Silva updated PHOENIX-3519:
------------------------------------
    Attachment: PHOENIX-3519.patch

[~jamestaylor]

Can you please review? I had to make the following change in MetadataClient.createTable as the PostDDLCompiler plan was not being run for transactional tables so stats were not available after a table was created.

{code}
-        if (table == null || table.getType() == PTableType.VIEW || table.isTransactional()) {
+        if (table == null || table.getType() == PTableType.VIEW /*|| table.isTransactional()*/) {
{code}

[~samarthjain]
Can you review my changes to AlterTableWithViewsIT and see if they make sense?



> Specify QualifierEncodingScheme in CREATE TABLE statement
> ---------------------------------------------------------
>
>                 Key: PHOENIX-3519
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3519
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Thomas D'Silva
>            Assignee: Thomas D'Silva
>             Fix For: 4.10.0
>
>         Attachments: PHOENIX-3519.patch
>
>




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