Skip to content

Conversation

@xxchan
Copy link
Collaborator

@xxchan xxchan commented Mar 28, 2023

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

by:

  • add function quote_ident
  • hack max one row check for pg_namespace

image

fix #8837

Checklist For Contributors

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • I have added fuzzing tests or opened an issue to track them. (Optional, recommended for new SQL features Sqlsmith: Sql feature generation #7934).
  • I have demonstrated that backward compatibility is not broken by breaking changes and created issues to track deprecated features to be removed in the future. (Please refer to the issue)
  • All checks passed in ./risedev check (or alias, ./risedev c)

Checklist For Reviewers

  • I have requested macro/micro-benchmarks as this PR can affect performance substantially, and the results are shown.

Documentation

Types of user-facing changes

Please keep the types that apply to your changes, and remove the others.

  • SQL commands, functions, and operators

Release note

add function quote_ident(See code comment

@github-actions github-actions bot added type/feature Type: New feature. user-facing-changes Contains changes that are visible to users labels Mar 28, 2023
by:
- add function `quote_ident`
- hack max one row check for `pg_namespace`
@xxchan xxchan force-pushed the xxchan/independent-alpaca branch from 7e1166b to 5f30eea Compare March 28, 2023 15:30
Copy link
Contributor

@wangrunji0408 wangrunji0408 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function part LGTM!

Copy link
Contributor

@chenzl25 chenzl25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest LGTM!

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Merging #8839 (1d37e1f) into main (9df0e15) will decrease coverage by 0.01%.
The diff coverage is 25.00%.

@@            Coverage Diff             @@
##             main    #8839      +/-   ##
==========================================
- Coverage   70.81%   70.81%   -0.01%     
==========================================
  Files        1171     1171              
  Lines      194474   194496      +22     
==========================================
+ Hits       137719   137727       +8     
- Misses      56755    56769      +14     
Flag Coverage Δ
rust 70.81% <25.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...c/frontend/src/optimizer/plan_node/logical_scan.rs 95.99% <ø> (+0.49%) ⬆️
...nd/src/optimizer/plan_node/stream_temporal_join.rs 65.68% <0.00%> (ø)
src/expr/src/vector_op/string.rs 8.90% <6.25%> (-0.33%) ⬇️
.../src/optimizer/plan_visitor/max_one_row_visitor.rs 66.66% <50.00%> (-2.66%) ⬇️
src/frontend/src/binder/expr/function.rs 89.13% <100.00%> (+0.01%) ⬆️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xxchan xxchan enabled auto-merge March 28, 2023 16:57
@xxchan xxchan disabled auto-merge March 28, 2023 17:00
@xxchan xxchan enabled auto-merge March 28, 2023 17:00
@xxchan xxchan added this pull request to the merge queue Mar 28, 2023
Merged via the queue into main with commit 81b306b Mar 28, 2023
@xxchan xxchan deleted the xxchan/independent-alpaca branch March 28, 2023 17:48
@CharlieSYH CharlieSYH added the 📖✓ Covered or will be covered in the user docs. label Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/feature Type: New feature. user-facing-changes Contains changes that are visible to users 📖✓ Covered or will be covered in the user docs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support psql tab-completion for relations

5 participants