chenlica commented on issue #3683:
URL: https://github.com/apache/texera/issues/3683#issuecomment-3213024519

   We had a discussion about this issue in our group meeting today.  Our 
current design is use a dataset name as a unique key, which prevents users from 
creating a new dataset with a name conflicting with an existing dataset.  An 
alternative design is to introduce a unique id as the primary key, and allow 
multiple datasets to share the same name.  This design is similar to the design 
of Google Docs, which allows multiple files to have the same name.  We can 
always create a unique name for LakeFS by using the primary key.
   
   @AnzhiZhang If you are available and interested, you could work on this 
issue.  It needs a group discussion first.


-- 
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]

Reply via email to