XuMingmin commented on issue #1127: [CALCITE-2913] Adapter for Apache Kafka URL: https://github.com/apache/calcite/pull/1127#issuecomment-495126760 @asereda-gs any idea when can we close this PR? I notice that Calcite 1.20.0 release is coming. Btw, I doubt there's enough time to merge [CALCITE-3080](https://issues.apache.org/jira/browse/CALCITE-3080), may be better idea to make below change now, any thoughts? ``` interface KafkaRowConverter { RelDataType rowDataType(); Object[] toRow(ConsumerRecord<K, V> message); } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
