shamim8888 / asterixdb

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

We need a printer for interval #883

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
drop dataverse TinyCollege if exists;
create dataverse TinyCollege;
use dataverse TinyCollege;

let $f := interval-from-date(date("2001-01-01"), date("2010-01-01"))
return $f;

Error:
No printer for type INTERVAL [NotImplementedException]

Original issue reported on code.google.com by sjaco...@ucr.edu on 15 May 2015 at 4:56

GoogleCodeExporter commented 8 years ago
Clarification: Interval printer is not provided only when JSON output is 
selected

Original comment by ildar.absalyamov on 16 May 2015 at 6:54

GoogleCodeExporter commented 8 years ago
I am working on a fix for this.

Original comment by ecarm...@ucr.edu on 17 May 2015 at 4:58