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

filter: Read all metadata columns when query parsing fails #1418

Merged
merged 3 commits into from Feb 16, 2024

Conversation

victorlin
Copy link
Member

@victorlin victorlin commented Feb 15, 2024

Description of proposed changes

In the case that column names cannot be extracted from the query, read all columns from the metadata. The behavior in this case is comparable to the behavior prior to "filter: Read a subset of metadata columns" (d0f36a1).

Related issue(s)

Checklist

  • Checks pass
  • If making user-facing changes, add a message in CHANGES.md summarizing the changes in this PR

@victorlin victorlin self-assigned this Feb 15, 2024
@victorlin victorlin marked this pull request as ready for review February 16, 2024 01:23
@victorlin victorlin requested a review from a team February 16, 2024 01:23
In the case that column names cannot be extracted from the query, read
all columns from the metadata. The behavior in this case is comparable
to the behavior prior to "filter: Read a subset of metadata columns"
(d0f36a1).
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4fecd11) 68.39% compared to head (4e4f0d2) 68.42%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1418      +/-   ##
==========================================
+ Coverage   68.39%   68.42%   +0.03%     
==========================================
  Files          69       69              
  Lines        7517     7519       +2     
  Branches     1843     1843              
==========================================
+ Hits         5141     5145       +4     
+ Misses       2092     2091       -1     
+ Partials      284      283       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@victorlin victorlin merged commit 71015ed into master Feb 16, 2024
20 checks passed
@victorlin victorlin deleted the victorlin/restore-reading-all-columns branch February 16, 2024 19:12
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.

None yet

2 participants