Jiayu Liu
Jiayu Liu
> Try `INSTALL 'parquet';` (once) followed by `LOAD 'parquet'`? thanks for the help! now that the error is different: ``` D install 'json'; D load 'json'; D install 'parquet'; Error:...
i guess [adding to instructions][1] about the loading is also helpful [1]: https://github.com/duckdb/duckdb-web/pull/209
see https://github.com/duckdb/duckdb/issues/3680
by the way i added [kotlin support][1] in thrift some time ago, could benefit from that once libthrift and compiler 0.17.0 is released in Q3 2022 [1]: https://github.com/apache/thrift/blob/master/compiler/cpp/src/thrift/generate/t_kotlin_generator.cc
> It looks to support Kotlin Coroutines. Awesome! ❤️ https://github.com/apache/thrift/blob/master/compiler/cpp/src/thrift/generate/t_kotlin_generator.cc#L1393 yes i intended to only support suspend functions, but then (for the default implementation) delegate to jdk8 bridge for suspend...
@7265626F6F74 @shahidjalally see #221
参考 https://github.com/eslint/typescript-eslint-parser 来配置 eslint
I have some experience with arrow (as an arrow committer) so let me try to set this up. Current plan is to split into two parts: 1. Arrow schema reading...
@trustin fyi this is ready for review now
@imyelo what do you think?