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

ASF subversion and git services commented on IMPALA-13708:
----------------------------------------------------------

Commit c9e9f86c0536f0991f70613675bbcfbbccc6a324 in impala's branch 
refs/heads/master from Steve Carlin
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=c9e9f86c0 ]

IMPALA-13571: Calcite Planner: Fix join parsing errors.

This commit fixes two parsing errors related to joins.

1) The straight_join hint is now parsed correctly. The hint, however,
will be ignored.  IMPALA-13574 has been filed for this feature.

2) The anti-join and semi-join will no longer throw parse exceptions
but will now throw unsupported exceptions.  The jiras IMPALA-13572
and IMPALA-13573 have been filed for these features.

IMPALA-13708: Throw unsupported message for complex column syntax.

There is special complex column syntax where the column is treated
like a table and looks like a table name when parsed. If we get an
analysis error for an unfound table, we can see if it is actually
a complex column and throw an "unsupported" error instead of giving
a cryptic "table not found" message.

Also made the support for types of tables to be a bit more generic
and check if it's not an HdfsTable rather than only throw an
unsupported exception if it's an Iceberg table.

Change-Id: Icd0f68441c84b090ed2cb45de96ccee1054deef5
Reviewed-on: http://gerrit.cloudera.org:8080/22412
Reviewed-by: Aman Sinha <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Calcite planner: Temporarily disable handling tables with complex types
> -----------------------------------------------------------------------
>
>                 Key: IMPALA-13708
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13708
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Steve Carlin
>            Priority: Major
>
> The handling of complex types needs to be implemented (IMPALA-13707)
>  
> This Jira is being used for a commit to throw an unsupported exception when a 
> complex type is referenced in a query via the complicated complex syntax



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to