Explicitly fails on trying to encode too large ID in importer
A couple of higher-order bits of the long values when using INTEGER id type in the importer are reserved for internal use, but the LongEncoder didn't check that the incoming ID values were not using any of those bits. This would instead produce unexpected ordering failures later on in the sorting process.
Showing
+33 -0
Please register or sign in to comment