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
## Which issue does this PR close?
- It seems we enforce that the `write.data.path` must be a subdirectory
of the table location, but it is unnecessary. I met this issue when
integrating Databricks's managed iceberg table.
- Closes #.
## What changes are included in this PR?
- Use `write.data.path` directly if provided.
## Are these changes tested?
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
0 commit comments