赵硕

Results 7 issues of 赵硕

## What is the purpose of the change Add `translate(expr, from, to)` SQL function. Examples: ```sql > SELECT translate('AaBbCc', 'abc', '123'); A1B2C3 > SELECT translate('AaBbCc', 'abc', '1'); A1BC > SELECT...

component=<none>

## What is the purpose of the change Add add_months(startDate, numMonths) SQL function. Examples: ```sql > SELECT add_months('2016-08-31', 1); 2016-09-30 > SELECT add_months('2016-08-31', -6); 2016-02-29 ``` ## Brief change log...

component=TableSQL/API

### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dlink/issues?q=is%3Aissue) and found no similar feature requirement. ### Description It is hoped that CDCSOURCE can specify some fields separately...

Invalid
New Feature

## Proposed changes This PR includes 2 functions: - http_stream use nereids - Backend of group_commit uses http_stream with nereids ## Further comments If this is a relatively large or...

Can search and positioning be supported

enhancement

## Proposed changes Nereids supports group_commit with insert ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you...

reviewed

### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version tf 2.16.2 ### Custom code Yes ### OS platform and...

stat:awaiting response
type:bug
comp:keras
TF 2.16