You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Chunwei Lei (Jira)" <ji...@apache.org> on 2022/06/20 02:17:00 UTC

[jira] [Resolved] (CALCITE-5191) Allow sort by alias in BigQuery

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

Chunwei Lei resolved CALCITE-5191.
----------------------------------
    Resolution: Fixed

Fixed in https://github.com/apache/calcite/commit/bbdef5389908121ee67ba3a7381266ab586f36bb.
Thank you for your PR, [~wenruimeng]!

> Allow sort by alias in BigQuery
> -------------------------------
>
>                 Key: CALCITE-5191
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5191
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: Wenrui Meng
>            Assignee: Wenrui Meng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.31.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:java}
> select 1 as a order by a {code}
> the above statement is valid in BigQuery, but failed in current validation flow due to allow alias not enabled for the BigQuery conformance. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)