Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#11693] Fix partition_key to use bytes
Summary: partition_key was added to PgsqlWriteRequestPB in recent c5f5125/D13244 commit. The field has type string, but it could contain arbitrary data, so bytes type should be used for it. This diff fixes the issue by switching to bytes type. Test Plan: Jenkins Reviewers: dmitry Reviewed By: dmitry Subscribers: bogdan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D15877
- Loading branch information