lgbo

Results 15 issues of lgbo

Is there any formal grammar for the definition of query/plan?

## What changes were proposed in this pull request? add support for running union operation on native engine ## How was this patch tested? (Please explain how this patch was...

## What changes were proposed in this pull request? support sort op on clickhouse engine. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit...

Relate to the issue https://github.com/Kyligence/ClickHouse/issues/45 ## What changes were proposed in this pull request? A empty base_schema will be made in the `scan` node when run the following queries ```SQL...

### Changelog category (leave one): - New Feature ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Add new window function `percent_rank`. ### Documentation entry...

pr-feature
can be tested

There is only `names` in `RelRoot`. But we need a exact definition of the output schema in some cases. What about adding a new field of `struct` to define the...

## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) Fixes: #6345 ## How was this patch tested? (Please explain how this patch...

### Description deprecate `SCALAR_FUNCTIONS` in `SerializedPlanParser`

enhancement

## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) Fixes: #6213 ## How was this patch tested? (Please explain how this patch...

### Backend CH (ClickHouse) ### Bug description [Expected behavior] and [actual behavior]. When the partition is too large, OOM is too easy to occur. For an example, `row_number` doesn't need...

bug
triage