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
and this set of parameters I get for the SYNC query
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.
As an example, by using the ADQL query
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
and this set of parameters I get for the SYNC query
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.