Ian Joiner
05/05/2023, 2:29 PMIan Joiner
05/05/2023, 2:29 PMIan Joiner
05/05/2023, 2:29 PMrtyler
05/05/2023, 4:18 PMAndrew Plunk
05/05/2023, 6:51 PMWill Jones
05/06/2023, 12:33 AMdeltalake
0.9.0 https://github.com/delta-io/delta-rs/pull/1337rtyler
05/06/2023, 12:50 AMrtyler
05/07/2023, 4:29 AM_delta_log/
goes. E.g.
• some/path/to/a/prefix/alpha.parquet
, the _delta_log/
should be in some/path/to/a/prefix/
• /some/path/ds=2023-05-05/site=<http://delta.io/beta.parquet|delta.io/beta.parquet>
, the _delta_log/
should be in some/path/
Are there instance where this assumption might not hold true?Denny Lee
05/07/2023, 5:05 PMdeltalake version
. When running pip install deltalake==0.9.0
- it appears that Rust needs to be installed first but this was not a requirement for 0.8.1
. Was this on purpose for 0.9.0?Ian Joiner
05/08/2023, 6:55 AMwasbs
which provides TLS-encrypted access to Azure Blob Storageshingo
05/08/2023, 9:46 AMDavid Schenk
05/08/2023, 12:55 PMRecordBatchWriter
panicked at flush_and_commit
with an ObjectStore { source: Generic { store: "DeltaS3ObjectStore", source: LockClientRequired } }
. Do any of you have any ideas or experience with this? In thread I will post some code snippets to better understand how my setup looks like.Ian Joiner
05/08/2023, 5:20 PM邓凯
05/09/2023, 3:31 AMudit ujagar
05/09/2023, 10:29 AMrtyler
05/09/2023, 4:59 PMis:pr is:open draft:false
is a very useful filter predicate for our pull requests simple smilertyler
05/09/2023, 9:48 PMWill Jones
05/09/2023, 11:21 PMrtyler
05/10/2023, 4:56 AMfatal error LNK1180: insufficient disk space to complete link
which I cannot reproduce on *nix.Mats Olsen
05/10/2023, 5:56 AMMaico Timmerman
05/11/2023, 8:41 AMhdfs
feature in the python bindings?Matthew Powers
05/11/2023, 12:14 PMrtyler
05/11/2023, 5:01 PMDecoder
is removed.
I have a follow up change to make both those upgrades possibleRobert
05/12/2023, 6:10 PMrtyler
05/12/2023, 8:20 PMmain
for a rust binding release of v0.11.0 with datafusion 24, arrow 38, and a few other improvements and fixes today. Can I get a 👍 or 👎rtyler
05/13/2023, 4:46 AMdeltalake
crate v0.11 has been published! 🎊
You can read the changelog graciously prepared by @Ian Joiner for more details hereChitral Verma
05/14/2023, 9:21 AMwrite_deltalake('/tmp/write-delta-test', df, mode='append', overwrite_schema=True)
line 180, in write_deltalake
raise ValueError(
ValueError: Schema of data does not match table schema
write_deltalake('/tmp/write-delta-test', df, mode='overwrite', overwrite_schema=True)
This works but it creates a version only with the new columns.
I am trying to replicate the functionality with the mergeSchema
option that's available on spark connectorTheo LEBRUN
05/14/2023, 3:08 PMChitral Verma
05/16/2023, 12:20 PM.to_pyarrow(True)
shall I raise a PR for this?Chitral Verma
05/16/2023, 12:24 PM