HqlParse.h has the following code fragment:
if (ptr == str) {
state.scan.current_rowkey.append(4, (char)0xff);
state.scan.current_ri.set_end(state.scan.current_rowkey,
false);
}
I puzzle why the character number to append is 4 not 1? i.e.
state.scan.current_rowkey.append(1, (char)0xff);
--
You received this message because you are subscribed to the Google Groups
"Hypertable Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hypertable-dev.
For more options, visit https://groups.google.com/groups/opt_out.