Mark
Mark
@Tishj is working on implementing this now. After some discussion we think the best course of action is to integrate this into the `DataFrame` scan by default, but limit the...
@Mause @pdet can this be merged or does more need to happen here?
IIRC we need to use ubuntu 16 for anything that builds release artifacts because of the GLIBC portability issue we run into otherwise. Essentially GLIBC is backwards compatible but not...
Python is the same I believe.
List support is indeed still in its infancy in DuckDB and needs to be expanded. Perhaps for now a work-around using `UNNEST` would be possible? Here is an initial list...
> @Mytherin and I were discussing possibly combining lambdas and some basic functions (e.g., array_map, array_reduce) to provide a framework to implement most of these. So for example, arraySum(list) =>...
What API are you using and how are you loading data into the database? Could you make a reproducible example of the problem? This error is always a bug as...
That is not a known bug. Could you please file a bug report? Thanks!
Could you share the Parquet file with us (e.g. send to my email at `[email protected]`)?