Robert Pack
Robert Pack
> I recommend taking the columnar based parsing approach Fully agree. My thinking was to start with loading most of the state in a first pass, and then moving to...
> Do we store somewhere this checkpoint version on the table as an attribute? When I do dt.metadata() I don't see this info. This information is not tracked, and I...
@ldacey, as @ion-elgreco points out, there is a configuration for delta-tables, namely `delta.checkpointInterval` which controls at which interval checkpoints should be created. delta-rs does not honour that yet. In your...
reopening it since we likely want to re-add that once catalogs are working again.
the Azure credentials are actually not supported at all :), we use a common backedn that supports all major cloud providers. The the configuration that gets passed into them should...
closing this as we need to work with the auth mechanics that are offered by object_Store right now.
What maturin version are you using? Recently updated the requirement to ^1.
> even tried with older maturin (0.15.3) I would expect this to show up for maturin < 0.15, b/c the way the module name is specified changed there (from cargo.toml...
In principle I have no too strong feeling about bundling some commands under a common property, much like we do for optimize. Given the name `alter` though, I would suggest...
yes, there is config that is unrelated to features... mainly saying that the config that is related to features should maybe modeled as such ...