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

chore: make like operator query to be case insensitive #177

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

saxenakshitiz
Copy link
Contributor

No description provided.

@saxenakshitiz saxenakshitiz requested a review from a team November 7, 2022 11:46
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Merging #177 (09a1713) into main (a8498e6) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #177   +/-   ##
=========================================
  Coverage     78.53%   78.53%           
  Complexity      854      854           
=========================================
  Files            80       80           
  Lines          3597     3597           
  Branches        406      406           
=========================================
  Hits           2825     2825           
  Misses          597      597           
  Partials        175      175           
Flag Coverage Δ
integration 78.53% <ø> (ø)
unit 71.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...gres/converters/DefaultColumnRequestConverter.java 81.54% <ø> (ø)

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

@github-actions

This comment has been minimized.

@@ -33,7 +33,7 @@
class DefaultColumnRequestConverter implements ColumnRequestConverter {

private static final String QUESTION_MARK = "?";
private static final String REGEX_OPERATOR = "~";
private static final String REGEX_OPERATOR = "~*";
Copy link
Contributor

Choose a reason for hiding this comment

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

Not that it's relevant, but I wouldn't expect this to be case insensitive. What is relevant is - what is our pinot implementation? They need to match.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The search is case insensitive in Pinot. Just aligning the implementation.

@saxenakshitiz saxenakshitiz merged commit 38dcb3f into main Nov 7, 2022
@saxenakshitiz saxenakshitiz deleted the make_like_query_case_insensitive branch November 7, 2022 18:06
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

Unit Test Results

  38 files  ±0    38 suites  ±0   10s ⏱️ -1s
257 tests ±0  257 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 38dcb3f. ± Comparison against base commit a8498e6.

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.

2 participants