Hiroyuki Sato

Results 235 comments of Hiroyuki Sato

Thanks. I was something wrong. It resolved after re-install with latest source (a9d2a12f6135b5595b71ec267dbff33a114a0b5e). However.. Another problem occurred. If this is a new problem, I'll create another issue. ``` * thread...

Still crashed. I removed `/tmp/local` and executed `ccache --clear`, then rebuild `cpp` and `c_glib` ``` grep protobuf /tmp/log2.txt /opt/homebrew/Cellar/protobuf/29.3/lib/libprotobuf.29.3.0.dylib(_ZN6google8protobuf8internal8TcParser10AddMessageEPKNS1_16TcParseTableBaseERNS1_20RepeatedPtrFieldBaseE+0x7c) [0x12249127c] /opt/homebrew/Cellar/protobuf/29.3/lib/libprotobuf.29.3.0.dylib(_ZN6google8protobuf8internal8TcParser8FastMtR1EPNS0_11MessageLiteEPKcPNS1_12ParseContextENS1_11TcFieldDataEPKNS1_16TcParseTableBaseEy) [0x122492d28] /opt/homebrew/Cellar/protobuf/29.3/lib/libprotobuf.29.3.0.dylib(_ZN6google8protobuf8internal13MergeFromImplILb0EEEbPNS0_2io19ZeroCopyInputStreamEPNS0_11MessageLiteEPKNS1_16TcParseTableBaseENS6_10ParseFlagsE) [0x1224e5c94] /opt/homebrew/Cellar/protobuf/29.3/lib/libprotobuf.29.3.0.dylib(_ZN6google8protobuf11MessageLite23ParseFromZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamE) [0x1224e6dd8] 102e70000-102e80000 rw- /opt/homebrew/Cellar/protobuf/29.3/lib/libutf8_validity.dylib 102e80000-102e84000...

I also attached `cpp` build log. [log3.txt](https://github.com/user-attachments/files/20845613/log3.txt)

@otegami Thanks I would not know whether protobuf build with gcc or clang yet. I believe Arrow build with clang.

Hello, @chenrui333 We don't maintain a Homebrew package. You can download the jar file from [the official site](https://github.com/embulk/embulk/releases).

@chenrui333 Ah, Sorry you are right. We need updates the version. I'll fix it.

Created https://github.com/embulk/embulk.github.io/pull/30

Hello, @t3t5u Thank you for proposing the new PR. Is this PR one-shot? Or do your organization want to contribute Embulk project itself? As you know, [@dmikurube stepped down as...

Hello, @t3t5u At what file count would it make sense to enable the proposed option? (For example, 1,000 files?) If the number of input files exceeds 1,000, is concurrent insertion...

Hello, @t3t5u , @NamedPython Thank you for writing the detail of this PR. In summary, this PR is a workaround, and it would be better if someone implements #299. Is...