shamim8888 / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Load statement does not consume AQL output #894

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a query A and save output.
2. Run load query B on query A output. ERROR!
3.

Sample Query B: 

load dataset Animals using localfs
(("path"="nc1://data/classifications/animals.adm"),("format"="adm"));

What is the expected output? What do you see instead?
The query output should be consumable by the load dataset query.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ecarm...@ucr.edu on 5 Jun 2015 at 5:50

GoogleCodeExporter commented 8 years ago

Original comment by ecarm...@ucr.edu on 5 Jun 2015 at 5:51