FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Filter empty SQL commands at execute_snowflake_statement call sites by jials · Pull Request #6249 · feast-dev/feast · GitHub

fix: Filter empty SQL commands at execute_snowflake_statement call sites - #6249

Merged
franciscojavierarceo merged 4 commits into
feast-dev:masterfrom
jials:fix/empty-snowflake-query
Apr 21, 2026
Merged

fix: Filter empty SQL commands at execute_snowflake_statement call sites#6249
franciscojavierarceo merged 4 commits into
feast-dev:masterfrom
jials:fix/empty-snowflake-query

Conversation

jials commented Apr 9, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

When SnowflakeRegistry splits .sql files by ;, trailing semicolons produce empty strings that get passed to execute_snowflake_statement. The PR moves that filtering to the call sites, stripping and discarding empty commands before execution.

Which issue(s) this PR fixes:

Fixes #5204 (partially)

Checks

  • I've made sure the tests are passing.
  • My commits are signed off (git commit -s)
  • My PR title follows conventional commits format

Testing Strategy

  • Unit tests
  • Integration tests
  • Manual tests
  • Testing is not required for this change

Misc


Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Snowflake Registry does not work

4 participants


Back | FazBrowse Home | New Git URL