Hi Teams,
Issue:
For a sql case, when a result column name is set as an alias of a measure
contains this column, like "select sum(a) as a".
If this sql contains filter like 'having a = xxx', currently kylin5 calcite
(calcite-core-1.116.0-kylin-4.x-r021) will take this ‘a' as original table
Severity: low
Affected versions:
- Apache Kylin 2.0.0 through 4.0.3
Description:
In Apache Kylin version 2.0.0 to 4.0.3, there is a Server Config web interface
that displays the content of file 'kylin.properties', that may contain
serverside credentials. When the kylin service runs over HTTP
This is a known issue. It seems not easy to fix. In my opinion, the alias
of the measure should not have the same name as the column that already
exists in the table.
On Mon, Jan 29, 2024 at 5:43 PM Zhang, Zhenning
wrote:
> Hi Teams,
>
>
>
>
>
> Issue:
>
>
>
> For a sql case, when a result colum