Shaeq Ahmed
Shaeq Ahmed
From #1248: > With this change, I can read in my deeply nested nullable structs to arrow2 now, but looks like the arrow2/parquet2 parquet writer is writing corrupt files. >...
A minimal reproducible example of arrow2/parquet2 writing corrupt files: ``` In [125]: import pyarrow as pa In [126]: import polars as pl In [127]: t = pa.Table.from_pylist([{"a": {"a":{"1":["2"]}}}, {"a": {"1"...
A problem is that the method Page.startScreencast doesn't provide frames at a specific rate, it only triggers a Page.screencastFrame event when the screen has changed, so the when the "video"...
A potential solution that avoids having the user specify dictionary or non-dictionary encoding based on the cardinality might be to do something like parquet where the column chunk intelligently falls...
Hi @brentley! Thanks for cutting an issue. This makes a lot of sense and is something we are planning to work on. One thing to note, the data like (detection...
Hey @rileydakota, looks like you might need to rebase since I recently committed a change to fix the broken CI build error you are getting
Multiple Matano deployments within the same region + account is currently not supported. We can use this issue to track that if it is a feature request, and feel free...
Very excited for this!
I read through the proposal and some thoughts: It would be really useful to add to this PR a list of ways nested structs (struct-of-structs) and array-of-structs can be represented...
Thanks for the response and feedback @cashmand! Can you please include an example on the document which clarifies how the current proposal deals with nested structs and the general way...