EnricoMi commented on a change in pull request #33545:
URL: https://github.com/apache/spark/pull/33545#discussion_r678091095
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/Observation.scala
##########
@@ -82,7 +86,7 @@ class Observation(name: String) {
* @throws InterruptedException interrupted while waiting
*/
@throws[InterruptedException]
- def get: Row = {
+ def getAsRow: Row = {
Review comment:
done, but the getAsJavaMap is still useful in two ways
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]