rtyler
05/29/2023, 3:36 PMmain
branch to start building a data set there 🤔John Darrington
05/29/2023, 5:13 PMdelta-rs
support replacing tables? I might just be missing it in the docs, or not sure how I would accomplish it with the current setup https://docs.delta.io/latest/best-practices.html#replace-the-content-or-schema-of-a-tableJohn Darrington
05/29/2023, 8:50 PMInt32Array
or something similar?Matthew Powers
05/30/2023, 8:28 PMdelta_table.optimize.sort(["col1", "col2"])
method that hierarchically sorts the data? We can also add a delta_table.optimize.z_order
method of course.rtyler
05/30/2023, 10:24 PMrtyler
05/30/2023, 10:55 PMJohn Darrington
05/31/2023, 12:06 AMIan Joiner
05/31/2023, 12:08 AMJohn Darrington
05/31/2023, 7:29 PMString
in this SchemaDataType
?Ian Joiner
05/31/2023, 10:29 PMwasb
or wasbs
URL? In particular how do we authenticate?Cole MacKenzie
05/31/2023, 11:55 PMCole MacKenzie
06/01/2023, 5:11 PMrtyler
06/01/2023, 7:30 PMCole MacKenzie
06/01/2023, 11:44 PMrtyler
06/02/2023, 4:37 AMCole MacKenzie
06/02/2023, 6:13 PMAdishesh Kishore
06/05/2023, 8:55 AMMatthew Powers
06/05/2023, 2:30 PMdelta_table.optimize.z_order(["col1", "col2"])
interface to delta-rs (I am currently Z Ordering with PySpark)
• Making a release so I can access the to_pandas filters syntax that @shingo added in this PR, so the code snippet looks nicer
• I will be highlighting time travel with Delta Lake. Any of the other interfaces outlined in this doc would also be a good way to show the quality of life improvements deltalake gives pandas users compared with Parquet data lakes.Atharva Inamdar
06/06/2023, 9:27 AMMatthew Powers
06/06/2023, 4:58 PMrtyler
06/08/2023, 1:00 AMCastOptions
) which may cause us to need to have some API changes as well (lifetimes were introduced which is tripping me up). 🙍Cole MacKenzie
06/08/2023, 5:00 PMKesav Kolla
06/08/2023, 7:41 PMJohn Darrington
06/09/2023, 4:53 PMWill Jones
06/09/2023, 7:49 PMdeltalake
v0.10.0 has just been published 🥳
This release includes Z-order optimize as well as various performance improvements to both optimize and vacuum commands.
https://github.com/delta-io/delta-rs/releases/tag/python-v0.10.0John Darrington
06/10/2023, 7:50 PMJohn Darrington
06/10/2023, 7:58 PMListingOptions
it only takes the pathMatthew Powers
06/13/2023, 1:15 PMMatthew Powers
06/13/2023, 1:16 PMCole MacKenzie
06/13/2023, 5:36 PM