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

Clean unused code from null, refactor parse method #274

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

fridgepoet
Copy link
Member

@fridgepoet fridgepoet commented Oct 4, 2023

What this PR does / why we need it:
This PR is a refactor in the backend and should have no impact on the behavior of the data source.

  • Removes unused code in the null package
  • Removes receiver on parse method: this makes the code more similar to Elasticsearch, easier to read over while comparing the two code bases.

Special notes for your reviewer:
This was done while working on #197 and tested locally with no noticeable visual difference.

@fridgepoet fridgepoet marked this pull request as ready for review October 4, 2023 09:01
@fridgepoet fridgepoet requested a review from a team as a code owner October 4, 2023 09:01
@fridgepoet fridgepoet requested review from idastambuk and kevinwcyu and removed request for a team October 4, 2023 09:01
@fridgepoet fridgepoet changed the title Refactor and clean Clean unused code from null, refactor parse method Oct 4, 2023
@fridgepoet fridgepoet merged commit 4c3a571 into main Oct 4, 2023
2 checks passed
@fridgepoet fridgepoet deleted the refactor-and-clean branch October 4, 2023 10:16
fridgepoet added a commit that referenced this pull request Oct 4, 2023
* Remove receiver on parse method, just like Elasticsearch

* Remove unused code from null package
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