Chester

Results 4 issues of Chester

## Proposed changes Issue Number: #30487 **Doris**: ``` mysql> select sequence(cast('2022-05-18 12:00:10' as datetimev2(0)), cast('2022-05-18 22:00:30' as datetimev2(0)), interval 4 hour); +----------------------------------------------------------------------------------------------------------------------+ | array_range_hour_unit(cast('2022-05-18 12:00:10' as DATETIMEV2(0)), cast('2022-05-18 22:00:30' as...

master PR: https://github.com/apache/doris/pull/34391

## What is the purpose of the change issue: https://issues.apache.org/jira/browse/FLINK-34108 This is an implementation of URL_ENCODE and URL_DECODE 1. URL_ENCODE: Translates a string into 'application/x-www-form-urlencoded' format using a specific encoding...

component=TableSQL/API

## What is the purpose of the change Promote TypeSerializer from PublicEvolving to Public ## Brief change log Promote TypeSerializer interfaces ## Verifying this change This change is a trivial...

component=API/Core