br1ghtyang / asterixdb

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

Day of a week support when loading data from AsterixDB #615

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the day of week is not supported when loading temporal data. The 
format-based parser need to support data containing the day of week, like the 
standard output of date command: "Thu Aug 15 14:17:19 PDT 2013".

As the day of week can be internally computed using the day-of-week function, 
the day of week information can just be discarded when importing.

Original issue reported on code.google.com by jarod...@gmail.com on 15 Aug 2013 at 9:22

GoogleCodeExporter commented 8 years ago
Fixed by e5eb9dac711c (reviewed by Zack).

Original comment by jarod...@gmail.com on 19 Aug 2013 at 6:21