ffernandez92 commented on PR #29835: URL: https://github.com/apache/beam/pull/29835#issuecomment-1865895735
@brucearctor this PR contains the String Proto schema feature for Kafka. There is a test check that fails because of ```CData section too big found, line 100046, column 254 (TEST-org.apache.beam.sdk.io.kafka.KafkaIOIT.xml, line 100046)``` Apparently the test for that class (that i haven't touched) are generating XML files that are validated downstream. Looks like we are hitting a limitation where the XML is bigger than 10MB. I've tested this with Dataflow as well using different configurations and it seems to be working fine. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
