maobaolong commented on code in PR #2063:
URL:
https://github.com/apache/incubator-uniffle/pull/2063#discussion_r1734117787
##########
dev/local_dev_template/server.conf:
##########
@@ -29,4 +29,4 @@ rss.server.flush.localfile.threadPool.size 10
rss.server.flush.hadoop.threadPool.size 60
rss.server.disk.capacity 1g
rss.server.single.buffer.flush.enabled true
-rss.server.single.buffer.flush.threshold 128m
+rss.server.single.buffer.flush.threshold 128m
Review Comment:
revert this change
##########
dashboard/src/main/webapp/src/pages/ApplicationPage.vue:
##########
@@ -80,14 +80,49 @@
sortable
/>
<el-table-column
- prop="version"
- label="Version"
+ prop="finishTime"
+ label="Finish Time"
min-width="180"
+ :formatter="dateFormatter"
+ sortable
/>
+ <el-table-column label="Version" min-width="180">
+ <template v-slot="{ row }">
+ <div class="mb-4">
+ {{ row.version }}_{{ row.gitCommitId }}
Review Comment:
This is what I want! 👍
--
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]