hi, John Wu,
i try example/ardea with a metadata-file, the file's content like
city:unsigned short
province:unsigned short
_id:unsigned int
...
i found that there is a bug in ibis::tablex::parseNamesAndTypes
3992 ▸---if (type.compare("unsigned") == 0) {
string::compare without a pos and a len parameters will perform exact match.
this is incorrect in there, the result is that all the types are regarded as
unsigned int
due to "src/tafel.cpp" line 4027: "default:"
here is my patch diff: https://github.com/MOON-CLJ/fastbit/compare/mine
thx~
--
lijun
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users