Re: Row compatible generated coders for custom classes

2023-12-03 Thread Steven van Rossum via dev
> Out of curiosity, did you add a warmup time before benchmarking? Schema and > row coder does codegen, so the first usage is very slow, but subsequent > usages should be much faster. I recommend running any test for a warmup > period before starting to measure. Yep, I poked at this using JMH

Implementing tuple type support in for ClickHouse connector

2023-12-03 Thread Mark Zitnik
Hi Team, I am one of the committers of the ClickHouse integration team. I need to add support for Tuple in the ClickHouse connector for Apache Beam. What is the best approval for implementing that? Tuple( https://clickhouse.com/docs/en/sql-reference/data-types/tuple) in a nested data