SELECT targetid, mean_fiber_ra, mean_fiber_dec, desiname, spectype, subtype, survey, z, zerr, zwarn, zcat_primary, zcat_nspec
FROM desi_dr1.zpix
WHERE q3c_radial_query(mean_fiber_ra,mean_fiber_dec,0.000000,0.000000,0.000167)
The above query is for a 6'' radius cone search in DESI. It returns 3705 entries. In my limited testing it seems to return all entries within at least 0.3'. q3c_radial_query works fine for tables form other surveys. Seems to be a bug in the SQL side of things. The Python API can reproduce this error with this input query string.
Is this intended?