ffernandez92 commented on issue #28664: URL: https://github.com/apache/beam/issues/28664#issuecomment-1743348020
I've been pondering how to approach this issue. Initially, we can think about utilizing the "raw" type, where it would consist solely of the Row object with the payload represented as bytes. As for the schema, for the time being, we can reuse the _create_parser function. If we decide to enhance it later on, we might consider supporting additional types like avro or proto. Nevertheless, I believe it's best to keep it straightforward and allow the user to handle such complexity downstream through custom transformations, possibly in Java or Python. Any opinions here? -- 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]
