Lars Volker created IMPALA-7198:
-----------------------------------

             Summary: Impala hints in docs are wrong
                 Key: IMPALA-7198
                 URL: https://issues.apache.org/jira/browse/IMPALA-7198
             Project: IMPALA
          Issue Type: Bug
          Components: Docs
    Affects Versions: Impala 3.0
            Reporter: Lars Volker
            Assignee: Alex Rodoni


The "CLUSTER" and "NOCLUSTER" hints in this page are spelled wrong. They should 
actually be "CLUSTERED" and "NOCLUSTERED".

https://impala.apache.org/docs/build/html/topics/impala_hints.html

{noformat}
CREATE /* +CLUSTER|NOCLUSTER */
  table_clauses
  AS SELECT remainder_of_query;

CREATE -- +CLUSTER|NOCLUSTER
  table_clauses
  AS SELECT remainder_of_query;
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to