-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(#1761): explain require next <cr> and space ending problem #1820
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1820 +/- ##
============================================
- Coverage 73.75% 73.74% -0.02%
Complexity 347 347
============================================
Files 614 614
Lines 120314 120324 +10
Branches 1015 1015
============================================
- Hits 88732 88727 -5
- Misses 31373 31388 +15
Partials 209 209
Continue to review full report at Codecov.
|
also removed the <tab> indent from physical_plan_str
@@ -1969,6 +1969,27 @@ TEST_P(DBSDKTest, DeployStatsOnlyCollectDeployProcedure) { | |||
} | |||
} | |||
|
|||
class StripSpaceTest : public ::testing::TestWithParam<std::pair<std::string_view, std::string_view>> {}; | |||
|
|||
std::vector<std::pair<std::string_view, std::string_view>> strip_cases = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about "show\ncomponents\n;"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
statement str inside is handle by zetasql, should be fine.
anyway case like show components; set val = '; '
probably not work as expect
close #1761
two problem in cli:
<CR>