2023-12-07 kernel meeting notes #79
zachschuermann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
summary
action items
from last time
new items
attendees
@wjones127 @nicklan @roeap @zachschuermann @ryan-johnson-databricks @tdas @vkorukanti @MrPowers
notes stream
robert data skipping question
do we need contextualization in file reads?
column blob/data chunk/thing interface
we likely do want to be generic over the engine data type
Any
(would have to do this in FFI anyways)Any
in FFI)tangent: robert question about expression handler - to update PR
engine has to convert from types requested from caller to types buried in data chunk
nick: two types
we can't be type safe on the leaf types, but we can be type safe on the parent types.
FFI will likely have a separate implementation without generics.
Ryan concern: will we actually gain something from this type safety?
Main tradeoff to consider: (good) type safety, (bad) generics proliferation
matthew: clickhouse meeting coming up
polars? use pyarrow for now then upgrade to kernel!
TD: venki is close to first draft of kernel writes.
robert: what is the future of
LogStore
?next week no ryan/TD
Beta Was this translation helpful? Give feedback.
All reactions