GitHub user fiserro opened a pull request:
https://github.com/apache/phoenix/pull/87
PBoolean.toBytes(object, sortOrder) negates the value
Same issue in older releases.
Try:
System.out.println(PDataType.BOOLEAN.toObject(PDataType.BOOLEAN.toBytes(true,
SortOrder.ASC), SortOrder.ASC));
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fiserro/phoenix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit 693f34c0ee649d3d80ec7614b83838897b7ea2b4
Author: Robert Fiser <[email protected]>
Date: 2015-05-22T14:03:41Z
fix PBoolean.toBytes(object, sortOrder)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---