-
Notifications
You must be signed in to change notification settings - Fork 72
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
Refactor by removing existing_files check before query_result in get.py #537
Comments
@harikrishnatp, do you want to write in here so we can assign you? :) |
Sure @andrewtavis, I'll take this up! |
Thanks for assigning, @axif0! Let us know if you need any support, @harikrishnatp :) |
@andrewtavis , @axif0 I'm currently in the middle of my end-semester exams, so I might not be very active for a while. Once my exams are over, I’ll be sure to ramp up my contributions again! |
Sounds good, @harikrishnatp! Good luck with exams! 🚀 |
Here is an idea we can work on, For query Wikidata Parsing Wikidata lexeme dumps I believe to clean code and more efficiency, we can extend the functionality of the check_index_exists method as such it can check if queried JSON file exists or not. And we can just call the method then. Does this make sense? @harikrishnatp @andrewtavis |
Makes total sense to me, @axif0! Thanks for looking in to this 😊 So maybe @harikrishnatp can work on this as well and you can do the first review? |
Terms
Behavior
Existing files check already done in line of query_result function. We can reconsider by ignoring the check before calling the query_result method. Which is more convenient.
Contribution
Happy to review a PR when one's open and support with answers to any questions! 😊
The text was updated successfully, but these errors were encountered: