Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22226 )
Change subject: IMPALA-13615: Support row grouping of instances based on fragment names ...................................................................... IMPALA-13615: Support row grouping of instances based on fragment names In the "Fragment Instances" page of a query, even though it is possible to sort the rows based on the fragment's name, it is difficult to distinguish between fragments and their instances. With row grouping based on fragment's name, it becomes easier to distinguish one fragment's instance from the other. The lexographical sorting of instances can still be done based on different columns, which splits the fragment's group and orders the rows lexicographically only based on the column's values. Row grouping has been implemented using the "RowGroup" extension for datatables - https://datatables.net/extensions/rowgroup/. Datatable libraries and its extensions have been added under the directory - "www/datatables". The datatable library's license has been updated according to version 1.13.2, which was previously not updated. The related row grouping extension's license has also been included. Change-Id: If2b7ed6e2a6d605553242a7db4dbeaa7fcae4606 Reviewed-on: http://gerrit.cloudera.org:8080/22226 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M .gitattributes M LICENSE.txt M bin/rat_exclude_files.txt M www/common-header.tmpl R www/datatables/DataTables-1.13.2/css/dataTables.bootstrap.css R www/datatables/DataTables-1.13.2/css/dataTables.bootstrap.min.css R www/datatables/DataTables-1.13.2/css/dataTables.bootstrap4.css R www/datatables/DataTables-1.13.2/css/dataTables.bootstrap4.min.css R www/datatables/DataTables-1.13.2/css/dataTables.bootstrap5.css R www/datatables/DataTables-1.13.2/css/dataTables.bootstrap5.min.css R www/datatables/DataTables-1.13.2/css/dataTables.bulma.css R www/datatables/DataTables-1.13.2/css/dataTables.bulma.min.css R www/datatables/DataTables-1.13.2/css/dataTables.dataTables.css R www/datatables/DataTables-1.13.2/css/dataTables.dataTables.min.css R www/datatables/DataTables-1.13.2/css/dataTables.foundation.css R www/datatables/DataTables-1.13.2/css/dataTables.foundation.min.css R www/datatables/DataTables-1.13.2/css/dataTables.jqueryui.css R www/datatables/DataTables-1.13.2/css/dataTables.jqueryui.min.css R www/datatables/DataTables-1.13.2/css/dataTables.semanticui.css R www/datatables/DataTables-1.13.2/css/dataTables.semanticui.min.css R www/datatables/DataTables-1.13.2/css/jquery.dataTables.css R www/datatables/DataTables-1.13.2/css/jquery.dataTables.min.css R www/datatables/DataTables-1.13.2/datatables-1.13.2.css R www/datatables/DataTables-1.13.2/datatables-1.13.2.js R www/datatables/DataTables-1.13.2/datatables.min.css R www/datatables/DataTables-1.13.2/datatables.min.js R www/datatables/DataTables-1.13.2/images/sort_asc.png R www/datatables/DataTables-1.13.2/images/sort_asc_disabled.png R www/datatables/DataTables-1.13.2/images/sort_both.png R www/datatables/DataTables-1.13.2/images/sort_desc.png R www/datatables/DataTables-1.13.2/images/sort_desc_disabled.png R www/datatables/DataTables-1.13.2/js/dataTables.bootstrap.js R www/datatables/DataTables-1.13.2/js/dataTables.bootstrap.min.js R www/datatables/DataTables-1.13.2/js/dataTables.bootstrap4.js R www/datatables/DataTables-1.13.2/js/dataTables.bootstrap4.min.js R www/datatables/DataTables-1.13.2/js/dataTables.bootstrap5.js R www/datatables/DataTables-1.13.2/js/dataTables.bootstrap5.min.js R www/datatables/DataTables-1.13.2/js/dataTables.bulma.js R www/datatables/DataTables-1.13.2/js/dataTables.bulma.min.js R www/datatables/DataTables-1.13.2/js/dataTables.dataTables.js R www/datatables/DataTables-1.13.2/js/dataTables.dataTables.min.js R www/datatables/DataTables-1.13.2/js/dataTables.foundation.js R www/datatables/DataTables-1.13.2/js/dataTables.foundation.min.js R www/datatables/DataTables-1.13.2/js/dataTables.jqueryui.js R www/datatables/DataTables-1.13.2/js/dataTables.jqueryui.min.js R www/datatables/DataTables-1.13.2/js/dataTables.semanticui.js R www/datatables/DataTables-1.13.2/js/dataTables.semanticui.min.js R www/datatables/DataTables-1.13.2/js/jquery.dataTables.js R www/datatables/DataTables-1.13.2/js/jquery.dataTables.min.js A www/datatables/extensions/dataTables.rowGroup-1.5.1.min.css A www/datatables/extensions/dataTables.rowGroup-1.5.1.min.js M www/query_finstances.tmpl 52 files changed, 61 insertions(+), 29 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22226 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If2b7ed6e2a6d605553242a7db4dbeaa7fcae4606 Gerrit-Change-Number: 22226 Gerrit-PatchSet: 4 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]>
