Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9379
Change subject: [Spark] Simplifiy creating range partitioned tables ...................................................................... [Spark] Simplifiy creating range partitioned tables In order to create a range partitioned table a user needs to create PartialRows representing the lower and upper bounds. In the Spark API the Kudu Schema isn’t made available which could make matching the expected schema tricky. This small change makes retrieving the generated Kudu schema possible and also allows for table creation with a Kudu schema directly. Change-Id: Ied45b90b38d9e123868c4b0430dc52c888f033b3 --- M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduContext.scala M java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/DefaultSourceTest.scala 2 files changed, 63 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/9379/1 -- To view, visit http://gerrit.cloudera.org:8080/9379 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ied45b90b38d9e123868c4b0430dc52c888f033b3 Gerrit-Change-Number: 9379 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
