carloea2 opened a new issue, #8279:
URL: https://github.com/apache/texera/issues/8279
### What happened?
The `largebinary` constructor only checks the `s3://` prefix. References
with no bucket or no object key are accepted and fail later when an input or
output stream calls S3.
Expected behavior: malformed references fail immediately with a clear
validation error.
Before: `s3://`, `s3:///object`, and `s3://bucket` are accepted
After: a reference must contain both a bucket and object key
### How to reproduce?
Construct `largebinary("s3://")` and inspect its bucket and object key. Both
are empty although construction succeeds.
### Version or branch
1.3.0-incubating-SNAPSHOT on main
### Commit hash
50321e403c82df299a13deb50a7f9849dd93bdba
### Browsers
Not browser specific
### Relevant log output
Malformed references are accepted and later reach S3 with an empty bucket or
key.
--
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]