Charles Nguyen

Results 7 comments of Charles Nguyen

Thanks for following up on this. Just that it's a bit inconsistent when compared to e.g. ReadFromPubSub https://beam.apache.org/documentation/sdks/yaml/#windowing

> That's unfortunate and probably related to [#34331](https://github.com/apache/beam/pull/34331), but I haven't experienced any `ConcurrentModificationException`s in tests or on Dataflow. Yes it works fine on Dataflow for me as well... I...

Closing this as completed by https://github.com/apache/beam/pull/36512

Yes that's correct, and that package in particular is the libduckdb shared static library. go-duckdb uses the bundled pre-compiled libduckdb.a / libduckdb.so static library, but that library is compiled on...

I'm also having this problem... Do you have any advice on the best practices of dealing with this issue? Right now I can only think of git cloning go-duck, building...