Robin Lin
Robin Lin
compatible to write to local file systems that do not support hard link. # Description When we write to the local file system, sometimes hard link is not supported, such...
# Environment **Delta-rs version**: master branch **Binding**: python 0.13 **Environment**: - **Cloud provider**: - **OS**: - **Other**: *** # Bug **What happened**: cannot import deltalake with python ``` (delta) ➜...
# Environment **Delta-rs version**: lasted Please see: https://github.com/apache/arrow-rs/issues/5517
### Describe the bug Please provide as much information as you can. When I install dotnet interactive jupyter kernel in spark runtime1.2 and use "jupyter nbconvert --to notebook --execute /tmp/pwsh_test.ipynb"...
**Problem Description** Please describe the issue or difficulty you are experiencing and why it makes using the software difficult or frustrating. **Proposed Solution** Please provide a clear and concise description...
For example: I don't want to set secret: ``` CREATE SECRET secret4 ( TYPE AZURE, PROVIDER ACCESS_TOKEN, ACCESS_TOKEN '' ACCOUNT_NAME '⟨storage account name⟩' ); ``` I want to it read...
## Description I want to sql some delta tables in jupyter notebook without spark session. So, I found [glaredb](https://github.com/GlareDB/glaredb). So, can I use glaredb with %%sql magic?