Skip to content

Added fix for an error when table name was having hyphens and source transfers were failing. - #1618

Merged
vikasrathee-cs merged 1 commit into
developfrom
hyphen-fix
Jul 29, 2026
Merged

Added fix for an error when table name was having hyphens and source transfers were failing.#1618
vikasrathee-cs merged 1 commit into
developfrom
hyphen-fix

Conversation

@vikasrathee-cs

Copy link
Copy Markdown
Contributor

Added fix for an error when table name was having hyphens and source transfers were failing.

@vikasrathee-cs vikasrathee-cs changed the title Added fix for Hyphen error. Added fix for an error when table name was having hyphens and source transfers were failing. Jul 27, 2026
@vikasrathee-cs vikasrathee-cs added the build Trigger unit test build label Jul 27, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the table name generation in PartitionedBigQueryInputFormat.java to wrap the table identifier in backticks, preventing issues with special characters like hyphens. The reviewer noted that this change will break existing unit tests in PartitionedBigQueryInputFormatTest.java and requested updating them. Additionally, a minor formatting issue with an extra space in the String.format arguments was identified and a code suggestion was provided to fix it.

@vikasrathee-cs
vikasrathee-cs merged commit 88aee75 into develop Jul 29, 2026
22 checks passed
@vikasrathee-cs
vikasrathee-cs deleted the hyphen-fix branch July 29, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Trigger unit test build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants