Skip to content
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: create table like get default db #3063

Merged

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub self-assigned this Feb 16, 2023
@github-actions github-actions bot added the batch-engine openmldb batch(offline) engine label Feb 16, 2023
@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Base: 36.46% // Head: 75.69% // Increases project coverage by +39.23% 🎉

Coverage data is based on head (0bab20b) compared to base (f178654).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3063       +/-   ##
=============================================
+ Coverage     36.46%   75.69%   +39.23%     
  Complexity      393      393               
=============================================
  Files           160      666      +506     
  Lines          9624   124766   +115142     
  Branches       1132     1106       -26     
=============================================
+ Hits           3509    94438    +90929     
- Misses         5879    30092    +24213     
  Partials        236      236               
Impacted Files Coverage Δ
...aradigm/openmldb/batch/nodes/CreateTablePlan.scala 0.00% <0.00%> (ø)
include/base/string_ref.h 73.58% <0.00%> (ø)
src/cmd/sql_cmd.h 25.92% <0.00%> (ø)
src/cmd/sql_cmd_test.cc 99.11% <0.00%> (ø)
hybridse/src/codec/type_codec.cc 74.88% <0.00%> (ø)
hybridse/src/codegen/string_ir_builder_test.cc 100.00% <0.00%> (ø)
...src/passes/physical/split_aggregation_optimized.cc 79.41% <0.00%> (ø)
hybridse/src/base/numeric.h 100.00% <0.00%> (ø)
src/client/ns_client.cc 50.42% <0.00%> (ø)
hybridse/src/passes/expression/simplify.h 100.00% <0.00%> (ø)
... and 497 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2023

SDK Test Report

  90 files    90 suites   1m 27s ⏱️
182 tests 172 ✔️ 10 💤 0
228 runs  218 ✔️ 10 💤 0

Results for commit 0bab20b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2023

Linux Test Report

       56 files       230 suites   1h 16m 47s ⏱️
11 923 tests 11 916 ✔️ 7 💤 0
16 924 runs  16 917 ✔️ 7 💤 0

Results for commit 0bab20b.

♻️ This comment has been updated with latest results.

@tobegit3hub
Copy link
Collaborator Author

Tested with OpenMLDB CLI.

image

@tobegit3hub tobegit3hub enabled auto-merge (squash) February 28, 2023 03:27
@tobegit3hub tobegit3hub merged commit d006192 into 4paradigm:main Feb 28, 2023
@lumianph lumianph added the alpha this feature is not fully tested or functional label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha this feature is not fully tested or functional batch-engine openmldb batch(offline) engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating table like hive/parquet requires table name and db name
4 participants