Florentino Sainz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12773
Change subject: This toString is shown in Spark UI SQL view, right now what users see in the Spark UI is just the object default toString (kudurelation@8ad78a) which is non-meaningfull at all. With this change, Spark UI will show the right name (right now I'm injecting i ...................................................................... This toString is shown in Spark UI SQL view, right now what users see in the Spark UI is just the object default toString (kudurelation@8ad78a) which is non-meaningfull at all. With this change, Spark UI will show the right name (right now I'm injecting it in JavaAssist) and also the table which is being read (so users know what the Scanner is actually Scanning) Change-Id: I58e11c36a0c7467baf43f99b9db41e2b4643bec8 --- M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/73/12773/1 -- To view, visit http://gerrit.cloudera.org:8080/12773 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I58e11c36a0c7467baf43f99b9db41e2b4643bec8 Gerrit-Change-Number: 12773 Gerrit-PatchSet: 1 Gerrit-Owner: Florentino Sainz <[email protected]>
