We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24134a commit ce2db28Copy full SHA for ce2db28
core/src/main/resources/org/apache/spark/ui/static/stagepage.js
@@ -654,7 +654,7 @@ $(document).ready(function () {
654
"columns": [
655
{data: function (row, type) {
656
return type !== 'display' ? (isNaN(row.index) ? 0 : row.index ) : row.index;
657
- },sql-migration-guide-upgrade.md
+ },
658
name: "Index"
659
},
660
{data : "taskId", name: "ID"},
0 commit comments