carloea2 commented on code in PR #4136:
URL: https://github.com/apache/texera/pull/4136#discussion_r2657004110
##########
frontend/src/app/dashboard/component/user/user-dataset/user-dataset-explorer/dataset-detail.component.ts:
##########
@@ -416,8 +416,6 @@ export class DatasetDetailComponent implements OnInit {
filePath: file.name,
percentage: 0,
status: "initializing",
Review Comment:
Do you think it’s sufficient to reject a new upload when another upload with
the same file name/filePath is already in progress, and require the user to
manually abort the existing upload and then re-select the file to upload again?
##########
frontend/src/app/dashboard/component/user/user-dataset/user-dataset-explorer/dataset-detail.component.ts:
##########
@@ -416,8 +416,6 @@ export class DatasetDetailComponent implements OnInit {
filePath: file.name,
percentage: 0,
status: "initializing",
Review Comment:
@xuang7 Do you think it’s sufficient to reject a new upload when another
upload with the same file name/filePath is already in progress, and require the
user to manually abort the existing upload and then re-select the file to
upload again?
--
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]