Skip to content

ARROW-7057: [C++] Add API to parse URI query strings - #5770

Closed
pitrou wants to merge 2 commits into
apache:masterfrom
pitrou:ARROW-7057-parse-qs
Closed

ARROW-7057: [C++] Add API to parse URI query strings#5770
pitrou wants to merge 2 commits into
apache:masterfrom
pitrou:ARROW-7057-parse-qs

Conversation

@pitrou

Copy link
Copy Markdown
Member

No description provided.

@github-actions

Copy link
Copy Markdown

Comment threadcpp/src/arrow/util/uri.cc Outdated

@bkietzbkietz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good

I think this works:

std::unique_ptr<UriQueryListA, void(UriQueryListA*)> query_list_guard(query_list_start, uriFreeQueryListA);

Comment threadcpp/src/arrow/util/uri.cc Outdated
@pitrou
pitrouforce-pushed the ARROW-7057-parse-qs branch from 4a672b7 to cd340b2CompareNovember 4, 2019 18:10
@bkietz

Copy link
Copy Markdown
Member

I'll merge on passing CI

@bkietzbkietz closed this in 2f5f261Nov 5, 2019
@pitrou
pitrou deleted the ARROW-7057-parse-qs branch November 5, 2019 08:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pitrou@bkietz