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

feat: implement create external table parser #1252

Merged

Conversation

WenyXu
Copy link
Member

@WenyXu WenyXu commented Mar 27, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Implement create external table parser

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

#1041

@WenyXu WenyXu force-pushed the feat/external-table-parser branch from cc06e4d to a95f33e Compare March 27, 2023 06:36
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #1252 (a95f33e) into develop (b4fc8c5) will decrease coverage by 0.40%.
The diff coverage is 92.66%.

@@             Coverage Diff             @@
##           develop    #1252      +/-   ##
===========================================
- Coverage    85.54%   85.15%   -0.40%     
===========================================
  Files          495      496       +1     
  Lines        72790    73495     +705     
===========================================
+ Hits         62269    62582     +313     
- Misses       10521    10913     +392     

Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

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

LGTM. Just leave a question about the format

src/frontend/src/instance.rs Show resolved Hide resolved
@WenyXu
Copy link
Member Author

WenyXu commented Mar 29, 2023

As discussed in #1272, We still need to add the engine type field.

@MichaelScofield MichaelScofield merged commit 30eb676 into GreptimeTeam:develop Mar 30, 2023
@evenyag evenyag mentioned this pull request Apr 6, 2023
13 tasks
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* refactor: move parse_option_string to util

* feat: implement create external table parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants