Guen Prawiroatmodjo

Results 91 comments of Guen Prawiroatmodjo

Is this related to https://github.com/duckdb/duckdb/issues/5703? I am unable to reproduce this in 0.10.2, I get "`Binder Error: UNNEST not supported here`"

This may be fixed by https://github.com/duckdb/duckdb/pull/11423

I just reproduced this issue on the latest nightly build and confirmed it's still not working. Here are repro steps: ```python import csv, os with open(os.path.expanduser('~/test_utf8.csv'), 'w', newline='', encoding='utf-8') as...

After some more digging I found this Stackoverflow post: https://stackoverflow.com/questions/29458260/python-pyodbc-unicode-issue If I run the following snippet on the latest build of the duckdb ODBC driver, I get correctly decoded UTF-8...

@dewulf could you try [this fix ](https://github.com/MotherDuck-Open-Source/duckdb-power-query-connector/issues/24#issuecomment-2093914717) (copied below) and see if it works for you? > I was able to get the text to load by turning on UTF-8...

@szarnyasg I think this issue can be closed, it is fixed by either (1) changing the `pyodbc` decoding to `utf-8` or (2) by changing the Region settings in Windows.

Was this fixed by https://github.com/duckdb/duckdb/pull/11610?

@a-shipilo, could you share what OS you are using? Based on your error message it looks you're on Linux. Unfortunately, this is a known issue - DuckDB did not publish...

Thanks, @freyam! We'd be very happy to welcome your contribution. Please take a look at this feature branch for an example of Qiskit support: https://github.com/microsoft/quantum-viz.js/tree/feature/qiskit What we basically need is...

Note that `glue` still implements the `s3_...` settings variables. I'm not really sure how to tackle that - `Plugin` currently only takes `settings` in the `BasePlugin.create` factory method. We could...