Skip to content

Commit ce2db28

Browse files
committed
revise
1 parent b24134a commit ce2db28

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/org/apache/spark/ui/static

1 file changed

+1
-1
lines changed

core/src/main/resources/org/apache/spark/ui/static/stagepage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ $(document).ready(function () {
654654
"columns": [
655655
{data: function (row, type) {
656656
return type !== 'display' ? (isNaN(row.index) ? 0 : row.index ) : row.index;
657-
},sql-migration-guide-upgrade.md
657+
},
658658
name: "Index"
659659
},
660660
{data : "taskId", name: "ID"},

0 commit comments

Comments
 (0)