[enhancement](regression-test) Add clickhouse case for SQL Dialect Convertor#35231
Merged
zhangstar333 merged 2 commits intoapache:masterfrom Jun 11, 2024
Merged
[enhancement](regression-test) Add clickhouse case for SQL Dialect Convertor#35231zhangstar333 merged 2 commits intoapache:masterfrom
zhangstar333 merged 2 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
| "cloud_p0/cache" + | ||
| "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line | ||
| "zzz_the_end_sentinel_do_not_touch" + | ||
| "dialect_compatible"// keep this line as the last line |
Contributor
There was a problem hiding this comment.
另外社区p0流水线用的这个conf,regression-test/pipeline/p0/conf/regression-conf.groovy,可能也需要加下
zhangstar333
approved these changes
Jun 11, 2024
hello-stephen
approved these changes
Jun 11, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
hello-stephen
approved these changes
Jun 11, 2024
zhangstar333
approved these changes
Jun 11, 2024
dataroaring
pushed a commit
that referenced
this pull request
Jun 13, 2024
…nvertor (#35231) In order to improve the test of [SQL Dialect function](https://doris.apache.org/docs/dev/lakehouse/sql-dialect/), the clickhouse case was submitted in the first stage. After starting the SQL Dialect compatible plug-in, you can directly run the SQL of Clickhouse syntax. This case will not run on the pipeline by default. It is added to excludeDirectories in the conf and can run normally only after the sql dialect plug-in is deployed.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to improve the test of SQL Dialect function, the clickhouse case was submitted in the first stage. After starting the SQL Dialect compatible plug-in, you can directly run the SQL of Clickhouse syntax. This case will not run on the pipeline by default. It is added to excludeDirectories in the conf and can run normally only after the sql dialect plug-in is deployed.