Hi John,
I have an ibis::table that is the result of ibis::table::select(). In the past 
(~1 year ago) the following code snippet reported that the number of partitions 
is 1, but now it is 0. Let me know what other info you might need to help me 
debug this.
Thanks,
Andrew

        std::vector<const ibis::part*> parts;
        tbl.getPartitions(parts);
        if (parts.size() != 1) {
                std::cerr << "parts.size() = " << parts.size() << " expected 1" 
<< std::endl;

_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to