-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fuzz): add create logical table target (#3756)
* feat(fuzz): add create logical table target * fix: drop physical table after fuzz test * fix: remove backticks of table name in with clause * fix: create physical and logical table properly * chore: update comments * chore(ci): add fuzz_create_logical_table ci cfg * fix: create one logical table once a time * fix: avoid possible duplicate table and column name * feat: use hard-code physical table * chore: remove useless phantom * refactor: create logical table with struct initialization * chore: suggested changes and corresponding test changes * chore: clean up
- Loading branch information
1 parent
d8ea7c5
commit 934c7e3
Showing
5 changed files
with
425 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.