David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/6624
Change subject: WIP: Expose a way to set "advanced" non-types scan options ...................................................................... WIP: Expose a way to set "advanced" non-types scan options This adds a new method to KuduScanner that allows to set "advanced" scan options just by providing a pair of key and value strings. The main target for this feature is to allow Impala scanners to specify that padding is required for UNIXTIME_MICROS columns without "polluting" the api and in such a way that we can remove support for this in the future. This api could potentially be used to set "advanced" scanner hints in the future. WIP: because this needs a directed end-to-end test, even though the wire-protocol itself has been tested in a previous patch. Change-Id: I043b6514dc5fc307fc9c94eb41f3ae79796ba273 --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/scan_configuration.cc M src/kudu/client/scan_configuration.h M src/kudu/client/scanner-internal.cc M src/kudu/tserver/tablet_service.cc M src/kudu/tserver/tserver.proto 7 files changed, 68 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/6624/1 -- To view, visit http://gerrit.cloudera.org:8080/6624 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I043b6514dc5fc307fc9c94eb41f3ae79796ba273 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
