akhanss / datapath

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

No iterator for VARCHAR using textloader #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a relation that contains 'VARCHAR' variables 
2. use the textloader to load data
3.

What is the expected output? What do you see instead?
../../../WPFunctionModules/TextLoader.cc.m4:54: error: No known iterator for 
type VARCHAR
make: *** [a.cc] Error 1

What version of the product are you using? On what operating system?
Current version, on Fedora

Please provide any additional information below.
This error may be related that VARCHAR is an alias for HSTRING and that the 
iterator is set up for HSTRING may not yet be working  for VARCHAR.

Original issue reported on code.google.com by joostimp...@gmail.com on 31 Aug 2012 at 1:37

GoogleCodeExporter commented 9 years ago
Fixed in revision 84.

Original comment by Luminaire1202 on 31 Aug 2012 at 8:46