namhnguyen / asterixdb

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

cleanly propagate file names to exceptions #790

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The change in http://fulliautomatix.ics.uci.edu:8443/#/c/95/ introduces a way 
to pass a filename to the ADM parser if the ADM data is read from a file. The 
goal is to be able to use the file name in an error message, if an error occurs 
during parsing.
However, the implementation chosen is a little hackish and it introduces fields 
(filename in AbstractTupleParser) in the wrong places.
This should be fixed.

Original issue reported on code.google.com by westm...@gmail.com on 11 Jul 2014 at 9:59