This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 71f0e77 [spark] Fix scala formatting
71f0e77 is described below
commit 71f0e779554c0c3580af22df6280856e3900c294
Author: Grant Henke <[email protected]>
AuthorDate: Thu Mar 21 09:29:49 2019 -0500
[spark] Fix scala formatting
The automatic scala formatting wasn’t run on a patch and
subsequent builds are being formatted.
This patch fixes the formatting.
Change-Id: Ia96003e3cd70a65532b90adbc98edbab93f116bf
Reviewed-on: http://gerrit.cloudera.org:8080/12821
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
.../src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala
b/java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala
index fddfe40..ecdd786 100644
---
a/java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala
+++
b/java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala
@@ -429,9 +429,9 @@ class KuduRelation(
}
/**
- * Returns the string representation of this KuduRelation
- * @return Kudu + tableName of the relation
- */
+ * Returns the string representation of this KuduRelation
+ * @return Kudu + tableName of the relation
+ */
override def toString(): String = {
"Kudu " + this.tableName
}