Jeyhun Karimov

Results 15 issues of Jeyhun Karimov

## What is the purpose of the change Support enhanced show functions syntax described in [FLIP-297](https://cwiki.apache.org/confluence/display/FLINK/FLIP-297%3A+Improve+Auxiliary+Sql+Statements) ## Brief change log Changelog from: ``` SHOW DATABASES ``` to: ``` SHOW DATABASES...

## What is the purpose of the change The pull request detects unnecessary mini-batch assignments and ignores them in the query plan ## Brief change log - Search query plan...

## What is the purpose of the change The current optimizer/planner merges two Projection/Calc nodes if they are deterministic. In some scenarios, this check is not enough. Especially, when the...

## What is the purpose of the change Avoid GSFileSystemFactory to log sensitive configurations ## Brief change log - Hide sensitive values and add test ## Verifying this change Test:...

## What is the purpose of the change Implement TableDistribution toString ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade...

## What is the purpose of the change Support capture groups in REGEXP_REPLACE ## Brief change log - Added support for capture groups by skipping the dollar sign - Adjusted...

## What is the purpose of the change SImilar to BigQuery add support to group rows by column ordinals ## Brief change log - Calcite already supports groupby column ordinals....

component=TableSQL/API

## What is the purpose of the change This pull request adds JSON_QUOTE and JSON_UNQUOTE functions ## Brief change log - Add the necessary documentation and functions to support JSON_QUOTE...

component=TableSQL/API

## What is the purpose of the change This PR introduces a series of sub-PRs to support state access on Datastream API v2 (FLIP-433) ## Brief change log - Introduce...

component=API/DataStream
component=API/StateProcessor

## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...

component=TableSQL/Planner
component=TableSQL/API