-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Improve generating Gaia ADQL queries #2831
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2831 +/- ##
==========================================
- Coverage 66.34% 66.34% -0.01%
==========================================
Files 235 235
Lines 18077 18068 -9
==========================================
- Hits 11994 11987 -7
+ Misses 6083 6081 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@jespinosaar has requested that @esdc-esac-esa-int should be notified when any ESA code is changed. |
@eerovaher - we do not do code owners here, so please refrain from making such suggestions. |
|
@eerovaher Thanks for the code style change suggestions here. Because @esdc-esac-esa-int is maintaining this module, though, we prefer to let them decide on relatively minor code style choices like those made here. @esdc-esac-esa-int and @jespinosaar, please do let us know if and where this sort of style recommendation is best made. Regarding code owners, and other github features, we are not generally adopting all of the latest features, and this one is not appropriate for astroquery anyway - permissions within astropy are handled at the organization level, and we're only adding write permissions when necessary. For now, I'm going to close this PR, but we can reopen if @esdc-esac-esa-int request it. |
It didn't occur to me that code owners must have write access until @keflavich mentioned it. Now that I've learned this fact it is indeed simple to understand why |
Hi all, Please let me contact Gaia team to check this. Thanks for putting esdc account in copy! |
The first commit refactors how the Gaia ADQL queries are generated but does not change the generated queries in any way. The second commit removes useless whitespace which does change the query string but does not make any functional changes.
With 3b2110f (current
main
):With b5bb8f0 (this pull request):
For reviewing the code changes it might be helpful to see a version of the diff that does not highlight lines where the only change was in indentation: https://github.com/astropy/astroquery/pull/2831/files?w=1