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(parsers.xpath): Improve handling of complex-type nodes #13660

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented Jul 24, 2023

resolves #13655

This PR improves the handling of map and array types, delivering those types at all for native-type queries. Furthermore, we work-around issue #antchfx/jsonquery#15 for maps and arrays in JSON to return a valid string representation of those nodes.

@telegraf-tiger telegraf-tiger bot added fix pr to fix corresponding bug plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins labels Jul 24, 2023
@srebhan
Copy link
Member Author

srebhan commented Jul 24, 2023

Validated through #13662 which is based on this PR.

@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Jul 24, 2023
@srebhan srebhan requested a review from powersj July 26, 2023 08:39
@telegraf-tiger
Copy link
Contributor

@powersj powersj merged commit 64f6c97 into influxdata:master Jul 26, 2023
@github-actions github-actions bot added this to the v1.27.3 milestone Jul 26, 2023
powersj pushed a commit that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Descendants of the nodes not captured in same format
2 participants