Ruihang Xia
|
92a9802343
|
feat: canonicalize all unquoted identifier to lowercase (#2828)
* feat: canonicalize all unquoted identifier to lowercase
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add more tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* test altering table
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* primary key declare
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix primary key declare
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* partition by and time index
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove redundent call to canonicalize
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-11-29 06:40:10 +00:00 |
|
dennis zhuang
|
b0c56a3e23
|
feat: type alias (#2331)
* fix: remove location from error msg
* feat: adds transformer for sqlparser statements
* feat: supports type alias
* fix: typo
* fix: license header
* test: adds timestamp_types test
* refactor: transform
* fix: rebase develop and fix tests
* fix: compile error
* chore: delete src/datanode/src/sql/create_external.rs
|
2023-09-18 09:43:02 +00:00 |
|
Ruihang Xia
|
4c693799d8
|
fix: bugs related to merge scan (#2118)
* fix: prevent optimize merge scan, mark distinct as unsupported
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix some other problems
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix unit tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove deadcode
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add some comments
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Update src/query/src/optimizer/type_conversion.rs
Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
|
2023-08-08 11:42:57 +00:00 |
|
LFC
|
17daf4cdff
|
feat: support "delete" in distributed mode (#1441)
* feat: support "delete" in distributed mode
* fix: resolve PR comments
|
2023-04-24 12:07:50 +08:00 |
|