Sutou Kouhei

Results 251 issues of Sutou Kouhei

https://github.com/actions/virtual-environments#available-environments > macOS 11 macos-latest or macos-11 > macOS 10.15 deprecated macos-10.15

https://github.com/ursacomputing/crossbow/runs/7783226405?check_suite_focus=true WARN: thrift/0.16.0: requirement openssl/1.1.1o overridden by arrow/10.0.0 to openssl/1.1.1q WARN: grpc/1.47.0: requirement openssl/1.1.1o overridden by arrow/10.0.0 to openssl/1.1.1q WARN: grpc-proto/cci.20220627: requirement googleapis/cci.20220711 overridden by grpc/1.47.0 to googleapis/cci.20220531 ERROR: Missing...

parquet_static needs Thrift because cpp/src/parquet/thrift_internal.h uses Thrift. See also: https://github.com/microsoft/vcpkg/issues/22552#issuecomment-1211341648 We can test this by the following command lines: $ cd cpp/examples/parquet/parquet_arrow $ export Arrow_DIR=${ARROW_INSTALL_PREFIX}/lib/cmake/arrow $ export Parquet_DIR=${ARROW_INSTALL_PREFIX}/lib/cmake/arrow $ cmake...

parquet
lang-c++

We can configure this repository's metadata by `.asf.yaml`. See also: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features We should change at least notification configurations. All issue changes will be notified to [email protected] with the default configuration.

JuliaData/Arrow.jl has been transferred to apache/arrow-julia. See also: #265 and https://issues.apache.org/jira/browse/INFRA-22663 We discussed the development process for apache/arrow-julia on [email protected]. See the VOTE thread for summary of it: https://lists.apache.org/thread/6q333y875v7mfyl2g988b01hqtgr52pt apache/arrow-julia...

https://github.com/kou/luasocket/actions/runs/196950032 is a result of this. MinGW job is failed because #312 isn't included. If we have #312, the job is passed: https://github.com/kou/luasocket/actions/runs/196944672 This uses Lua 5.4 for Visual C++...

Recent MinGW provides inet_pton(). There is our inet_pton() implementation in src/inet.c. Our inet_pton() is declared in src/inet.h but the declaration causes the following build error: gcc -O2 -fPIC -c -o...

We should improve performance as much as HoneyFormat: https://github.com/buren/honey_format#benchmark