Will Thompson

Results 22 comments of Will Thompson

We're experiencing a similar problem in an AWS ECS/Fargate instance, but no one can reproduce it locally (which unfortunately means we don't have good logs yet). Our base image is...

> And what if we have a "int" column This is a good question. I think under @omri374's plan to use JSON for processing batch, it could potentially be handled...

@plotneishestvo Thanks, yes, we're doing something similar. This is probably a little quicker for big tables: ``` df['col'] = df['col'].dt.ceil(freq='ms') ```

Hm, what's the column type? I have a test that roundtrips a DataFrame with datetime64 to/from Snowflake, asserting that everything returned matches what was inserted. datetime64 columns are processed using...

Oh, we're also using`pyarrow==2.0.0`, instead of the version your connector wants. Maybe a bug fix in the newer version?

This is a little out of scope for this issue, but if at all possible it would be helpful to support newer versions of PyArrow (they just released v3 early...

@lk-geimfari Sure, I'm happy to do it, but it would essentially be duplicating #1114. Would you rather reopen that one?

Okay, thanks. After some digging it seems like this could be related to issues with the build in PyPy and/or c-blosc needs a separate CFFI-based wrapper (likely) to work with...

> It's solved in 0.13 but this gets reported quite often for 0.12, so I'll look into a backport or pull requests fixing this specific issue for 0.12. Let's keep...

> That's the current master branch. Thank you! So `master` branch in the repo corresponds to the `Bottle dev (development)` documentation?