Hi David, You're correct, it only needs to be appending a single byte. We're soon going to be doing a complete overhaul of the query execution system, so I may wait until then to fix it, unless it is causing problems for you.
- Doug On Tue, Nov 12, 2013 at 9:47 PM, David <[email protected]> wrote: > 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. > -- Doug Judd CEO, Hypertable Inc. -- 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.
