Ryan Johnson
Ryan Johnson
I'm hitting a similar issue -- perhaps related to auto tab discard extension https://webextension.org/listing/tab-discard.html. Steps to reproduce: 1. Set a site (like github.com) to always open in a container tab...
It seems like we could handle discarded tabs better. Either by remembering the container they were originally using (ideal), or by always triggering the "replace tab" behavior even if the...
The second issue seems related to https://github.com/mozilla/cbindgen/issues/591, because the assigned values contain paths?
I'm a bit unclear on how this "remaining filters" thing works -- data skipping isn't perfect (may return extra rows), so wouldn't we anyway have to apply _all_ predicates against...
> This feature request is to allow delta tables whose source of truth for the actual commit is an external commit-owner and not the filesystem (s3, abfs etc) This is...
Seems like we need to add the datatype support to spark, as a starting point? (seems quite doable, but I'm not the expert there)
> `Option.when` is available after Scala 2.13 It's also available in 2.12 by importing the compat shim in https://github.com/delta-io/delta/blob/master/spark/src/main/scala/org/apache/spark/sql/util/ScalaExtensions.scala#L36
General I/O caching support is engine's responsibility, not kernel's. Kernel just needs to not get in the way of an engine to implement such caching. To that end, it would...
Heh. I missed that this was a delta-rs issue, not delta-kernel-rs! That said, if this work does identify gaps in kernel APIs, please do file enhancement issues against delta-kernel-rs.
> ah I thought it was already GA I believe type widening is GA in Databricks for some time now, but the actual Delta spec is not finalized yet. >...