Yingwen
|
9aa8f756ab
|
fix: allow passing extra table options (#3484)
* fix: do not check options in parser
* test: fix tests
* test: fix sqlness
* test: add sqlness test
* chore: log options
* chore: must specify compaction type
* feat: validate option key
* feat: add option key validation back
|
2024-03-12 07:03:52 +00:00 |
|
Ruihang Xia
|
3544c9334c
|
feat!: new partition grammar - parser part (#3347)
* parser part
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix test in sql
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* comment out and ignore some logic
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness cases
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update region migration test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* temporary disable region migration test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* allow dead code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update integration test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2024-02-27 07:20:16 +00:00 |
|
Niwaka
|
cfe3a2c55e
|
feat!: support table ddl for custom storage (#2733)
* feat: support table ddl for custom_storage
* refactor: rename extract_variant_name to name
* chore: add blank
* chore: keep compatible
* feat: rename custom_stores to providers
* chore: rename
* chore: config
* refactor: add should_retry in client Error
* fix: test fail
* chore: remove unused options
* chore: remove unused import
* chore: remove the blanks.
* chore: revert
---------
Co-authored-by: dennis zhuang <killme2008@gmail.com>
|
2023-12-06 15:59:01 +00:00 |
|
taobo
|
a9e5b902fd
|
test: move sqlness env show test to common dir (#2748)
|
2023-11-14 15:05:53 +00:00 |
|