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

Support for parsing [or replace] with create [or replace] model #700

Merged

Conversation

ayushdg
Copy link
Collaborator

@ayushdg ayushdg commented Aug 18, 2022

No description provided.

@ayushdg ayushdg marked this pull request as ready for review August 18, 2022 01:05
@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2022

Codecov Report

❗ No coverage uploaded for pull request base (datafusion-sql-planner@86e1c79). Click here to learn what that means.
The diff coverage is n/a.

@@                    Coverage Diff                    @@
##             datafusion-sql-planner     #700   +/-   ##
=========================================================
  Coverage                          ?   67.25%           
=========================================================
  Files                             ?       73           
  Lines                             ?     3637           
  Branches                          ?      753           
=========================================================
  Hits                              ?     2446           
  Misses                            ?     1050           
  Partials                          ?      141           

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

match self.parser.peek_token() {
Token::Word(w) => {
match w.value.as_str() {
match w.value.to_lowercase().as_str() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

good catch!

@jdye64 jdye64 merged commit a22cdb9 into dask-contrib:datafusion-sql-planner Aug 18, 2022
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.

4 participants