srowen commented on a change in pull request #30323:
URL: https://github.com/apache/spark/pull/30323#discussion_r521507218



##########
File path: 
core/src/main/resources/org/apache/spark/ui/static/dataTables.rowsGroup.js
##########
@@ -166,7 +166,7 @@ RowsGroup.prototype = {
                        this._mergeColumn(newSequenceRow, (iRow-1), 
columnsIndexesCopy)
        },
        
-       _toogleDirection: function(dir)
+       _toggleDirection: function(dir)

Review comment:
       Most of the javascript is third-party, except for a few that are 
probably obviously specific to the Spark UI. That's most of it. There are some 
copied Hive classes here and there but I don't think you're touching those.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to