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

BUG: wrong parameters in the results of sync TAP job #237

Open
kimakan opened this issue Mar 29, 2024 · 0 comments
Open

BUG: wrong parameters in the results of sync TAP job #237

kimakan opened this issue Mar 29, 2024 · 0 comments
Labels

Comments

@kimakan
Copy link
Contributor

kimakan commented Mar 29, 2024

As an example, by using the ADQL query

select top 10 point('icrs', gaia.ra, gaia.dec) from gaiadr3.gaia_source as gaia;

via TAP, the sync and async return different set of table parameters (the results in the table are the same).
For comparison, here are the parameters I get for the ASYNC query from TOPCAT
image

and this set of parameters I get for the SYNC query
image

The sync job has fewer parameters which maybe not a big issue, however, the parameter query is wrong. It returns the translated query, but it should return the submitted query.

@kimakan kimakan added bug app:tap concern the tap-app priority:high labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant