Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unbox json functionality from JSONArrowType #325

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

chelsea-lin
Copy link
Contributor

To match the functionality with Pyarrow pa.json_ type, this change is going to remove JSONArrowScalar object so that the results of JSONArrowType won't unbox the JSON string anymore.

  • Fixes internal bug b/312728178
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes internal bug b/312728178 🦕

@chelsea-lin chelsea-lin requested a review from tswast February 21, 2025 00:41
@chelsea-lin chelsea-lin requested review from a team as code owners February 21, 2025 00:41
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. labels Feb 21, 2025
@chelsea-lin chelsea-lin force-pushed the main_chelealin_removeJSONArrowScalar branch from faa46a8 to 95bd56b Compare March 4, 2025 22:58
@chelsea-lin chelsea-lin merged commit 60deef1 into main Mar 4, 2025
23 checks passed
@chelsea-lin chelsea-lin deleted the main_chelealin_removeJSONArrowScalar branch March 4, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants