sql failed by SqlValidatorException with kylin5 calcite (1.116.0-kylin-4.x-r021)

2024-01-29 Thread Zhang, Zhenning
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

CVE-2023-29055: Apache Kylin: Insufficiently protected credentials in config file

2024-01-29 Thread Li Yang
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

Re: sql failed by SqlValidatorException with kylin5 calcite (1.116.0-kylin-4.x-r021)

2024-01-29 Thread P.F. ZHAN
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