|
From: Fred O. <fko...@gm...> - 2010-07-15 18:07:36
|
On Thu, Jul 15, 2010 at 12:47 PM, Bryan Thompson <br...@sy...> wrote: > Fred, > >> There seems to be a bug in that KeyDecoder objects cannot decode BTree >> keys where the key was built with the JDK collator. That is, the JDK >> CollationKey contains bytes of zero, which the KeyDecoder falsely assumes >> separates sections of the BTree key. What is the best way to fix this? > Can you add a unit test which demonstrates this failure. This can go in > com.bigdata.btree.keys.TestKeyBuilder. I can then take a look at what is > going on with the JDK collation and see if there is something to be done. Done. Svn #3202. I assume that failures will start showing up in the CI tests. Fred |