Matías Reyes
Matías Reyes
Agree, great project!
Hi, Thanks for answering! The idea is to have one producer (with unique transactional_id) for each consumer. So I was thinking how to spawn the producer from the consumer itself,...
Also, to use the transactional API, there are 2 functions that should be implemented: rd_kafka_init_transactions() and rd_kafka_commit_transaction(). Is there any interest on implementing them?
Hi @cigrainger , thanks for this amazing work! IMHO, and just for the discussion: Polars and Datafusion are similar. they have dataframe apis on top of apache arrow (data structure),...
Hi! I'm using Wallaby for scrapping so it failed randomly (with some pages on specific circumstances) From developers.google.com: > By default, Docker runs a container with a /dev/shm shared memory...
We have all seen similar pipelines for streaming frameworks like Flink, where you have multiple stages partitioned by key for aggregating or joining messages on stream. In that case it...
Hi, it's failing when joining multiple tables and using column and table aliases. @whossname, hope you can fix it !
@whossname It works great now, thanks for the fast response!
Hey!. None of the connection properties are being tested, so it's expected to decrease coverage, Do you have any ideas on how to test it, or would be approved as...
I'm sorry, I forgot this. It's actually OK to leave it as `nil` as default, because sqlserver will use `CURSOR_CLOSE_ON_COMMIT OFF` by default, and PDW fails only if you try...