apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.84k stars 3.12k forks source link

[fix](TVF) Enable azure tvf without specifying s3 bucket property. #37240

Closed ByteYue closed 1 day ago

ByteYue commented 2 days ago

Proposed changes

For azure blob storage, the region property is unnecessary. But the legacy tvf code would check if the properties contains bucket, so this pr tries to set one mock bucket property for azure tvf.

ByteYue commented 2 days ago

run buildall

gavinchou commented 2 days ago

Design needs to be review, pending merging

github-actions[bot] commented 1 day ago

PR approved by at least one committer and no changes requested.

github-actions[bot] commented 1 day ago

PR approved by anyone and no changes requested.

ByteYue commented 1 day ago

run buildall