Mark Keller

Results 93 comments of Mark Keller

> Just a small concern: are we sure the new version won't cause the same regression as in [SNOW-259063](https://snowflakecomputing.atlassian.net/browse/SNOW-259063)? I was hoping that the tests would verify that issue did...

`PUT` and `GET` statements are just not supported by `execute_async`. The problem is that we'd need a SQL parser to find them. However; we should probably improve our documentation [here](https://github.com/snowflakedb/snowflake-connector-python/blob/32b459e7807413296dd431c508186ef45c17ce11/src/snowflake/connector/cursor.py#L810)...

I think `Cannot allocate write+execute memory for ffi.callback().` is because of a build time flag. Could you for testing purposes switch to the Python 3.9 distributed by `brew`?

[This comment](https://github.com/pyca/pyopenssl/issues/873#issuecomment-1152866624) seems to suggest that the issue might be caused by not using `libffi` that ships with macos. Could you try rebuilding your Python executable and make sure it's...

Server-side binding for VARIANT and ARRAY is actively in the works. We didn't want to add support for retrieving them until binding them wasn't supported.

While the SQL is valid, it looks like `pyarrow.Table.to_pandas` doesn't support duplicate column names on purpose. You could name the columns different names in your SQL. I'd be against issuing...

@BALADEV-1234 would you able to provide a reproducer script, please?

> ...(they just released v3 early this week)... 👀 #565