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

Added null handling and tests for case insensitive string matching #1107

Conversation

hershd23
Copy link
Contributor

Fixed #1106

Handled string NULL cases
modified: evadb/utils/generic_utils.py
Added a simple test for case insensitive string matching
modified: test/unit_tests/binder/test_statement_binder.py

@xzdandy let me know if there is a better place for the test I have added. It is pretty simple and straightforward. Let me know if more cases have to added to it.

	modified:   evadb/utils/generic_utils.py
Added a simple test for case insensitive string matching
	modified:   test/unit_tests/binder/test_statement_binder.py
	modified:   test/unit_tests/binder/test_statement_binder.py
@xzdandy xzdandy merged commit aa8cc0e into georgia-tech-db:staging Sep 13, 2023
5 checks passed
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.

Case insensitive string comparison beaks several long integration tests
2 participants