Grant Henke has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/9379 Tested-by: Kudu Jenkins Reviewed-by: Hao Hao <[email protected]> Reviewed-by: Dan Burkert <[email protected]> --- 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(-) Approvals: Kudu Jenkins: Verified Hao Hao: Looks good to me, but someone else must approve Dan Burkert: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Ied45b90b38d9e123868c4b0430dc52c888f033b3 Gerrit-Change-Number: 9379 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins
