Wail Alkowaileet created ASTERIXDB-2041:
-------------------------------------------

             Summary: AQL QueryServiceServlet returns wrong URL handle
                 Key: ASTERIXDB-2041
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2041
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: API - HTTP API
            Reporter: Wail Alkowaileet


Hello,

To reproduce:
{noformat}
curl --data mode=deferred --data statement=1 http://localhost:19002/query/aql
{noformat}

Response
{noformat}
        "requestID": "e2d25082-d1d3-409a-b12c-eded1b8026f5",
        "signature": "*",
        "handle": "http://localhost:19002/query/aql/result/18-0";,
        "status": "success",
        "metrics": {
                "elapsedTime": "9.296581ms",
                "executionTime": "9.045096ms",
                "resultCount": 0,
                "resultSize": 0
        }
{noformat}

Instead of:
http://localhost:19002/query/aql/result/18-0
Should be:
http://localhost:19002/query/service/result/18-0



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to