Craig Alvord
Craig Alvord
@bacpac If you have a sample file that demonstrates the performance issues, can you share that here? That can help us dig deeper and find out where we might improve....
Reopening this issue, because import performance is something we want to improve on. Pervading thoughts on the problem: * Current implementation is relatively synchronous. Components can't process characters, lines, CSV...
After some in-depth analysis, I can share a few findings: * The CSV parsing code used in 1.20.0 is roughly 10 times faster than it is in recent versions. Fortunately,...
This appears to be resolved, so I will close.
We will likely need to add a comment and have the translators make sure they keep the ellipsis. https://ceapex.visualstudio.com/CEINTL/_workitems/edit/969384
@piperdeck You beat me to the mock up 😄. It is a very good example of what I envisioned. I do realize certain situations get interesting: * How should you...
@nirname The word "pedigree" is still quite relevant, as it does not exclusively refer to human ancestry. For example, the term is often used in reference to cats and dogs...
I'm seeing this error when opening the file: > missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY) Looking at your schema while debugging in our code, all of the `DECIMAL` fields seem...
This reproduces for me in both 1.32.0 and 1.32.1, so I'm not sure if this is really a regression.
I can also confirm that the file opens in 1.31.2 without issue. The only significant change I can see between 1.31.2 and 1.32.0 is we patch-updated the Parquet library from...