You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Web UI assumes file paths all use a / as a delimiter and start with a slash. On native Windows and in some other situations (such as S3 buckets) that may not necessarily be the case. Instead of assuming there is a / delimiter, we should be treating the file path as an opaque string, and getting the delimiter from the JS API.
The text was updated successfully, but these errors were encountered:
Related to deephaven/deephaven-core#5068 and deephaven/deephaven-core#5532
Currently Web UI assumes file paths all use a
/
as a delimiter and start with a slash. On native Windows and in some other situations (such as S3 buckets) that may not necessarily be the case. Instead of assuming there is a/
delimiter, we should be treating the file path as an opaque string, and getting the delimiter from the JS API.The text was updated successfully, but these errors were encountered: