stoty commented on code in PR #2020:
URL: https://github.com/apache/phoenix/pull/2020#discussion_r1822865245
##########
phoenix-core-client/src/main/java/org/apache/phoenix/expression/function/EncodeFormat.java:
##########
@@ -22,5 +22,6 @@ public enum EncodeFormat {
HEX, //format for encoding HEX value to bytes
BASE62, //format for encoding a base 10 long value to base 62 string
BASE64, //format for encoding a base 10 long value to base 64 string
- ASCII // Plain Text
+ ASCII, //Plain Text
+ HBASE //HBase-specific binary encoding format
Review Comment:
nit: this is more of an escaping format than encoding.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]