Aashish-Jha-11 commented on PR #35876: URL: https://github.com/apache/beam/pull/35876#issuecomment-3228994104
Thank you for investigating this issue! @shunping Sir You've identified a critical compatibility problem. I understand the timing challenge here - the schema change to snake_case (commit a7f5898f885) occurred during the review process, which has inadvertently broken the xlang Bigtable functionality. This explains why both the existing Read transform and my new Write transform are experiencing issues. Since this affects the entire xlang Bigtable package (not just my Write implementation), I'd like to propose investigating and fixing the schema compatibility issue as part of this PR. This would ensure both Read and Write work correctly going forward. Let me investigate the root cause and provide a fix that restores functionality for both transforms. I'll examine what the Java expansion service actually returns versus what the Go SDK expects, and adjust accordingly. -- 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]
