Skip to content

Conversation

wecharyu
Copy link
Contributor

@wecharyu wecharyu commented Sep 9, 2025

  1. Remove whitespace after ',' to align result with spark
  2. Fix some edge cases of path $:
    a. Supports trailing spaces in $ path, eg: '$ '
    b. Fix the result of redundant json input, eg: '["a", "b"], {}' -> "["a","b"]"
    c. Fix the result of scalar json input, eg: '2e-3' -> 0.002

fix: #14800

Copy link

netlify bot commented Sep 9, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 69a32f6
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/68c84e2423795000086871fd

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 9, 2025
@rui-mo
Copy link
Collaborator

rui-mo commented Sep 9, 2025

@PHILO-HE Would you like to review this change? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spark get_json_object returns non-compact JSON for objects/arrays
2 participants