Skip to content

DRILL-8524: Drill Adding Duplicate Parameters in Offset Paginator#2988

Merged
cgivre merged 2 commits intoapache:masterfrom
cgivre:fix_offset_paginator
May 8, 2025
Merged

DRILL-8524: Drill Adding Duplicate Parameters in Offset Paginator#2988
cgivre merged 2 commits intoapache:masterfrom
cgivre:fix_offset_paginator

Conversation

@cgivre
Copy link
Copy Markdown
Contributor

@cgivre cgivre commented May 6, 2025

DRILL-8524: Drill Adding Duplicate Parameters in Offset Paginator

Description

This PR fixes a minor bug with the Offset paginator. When the URL params have a $ or other control character, the pagination was not properly updating the URL and adding duplicate parameters to the URL. This PR solves that.

Additionally, this PR bumps OkHTTP to the latest version.

Documentation

No user facing changes.

Testing

Tested against user provided API. Ran existing unit tests.

@cgivre cgivre added bug minor-update backport-to-stable This bug fix is applicable to the latest stable release and should be considered for inclusion there labels May 6, 2025
@cgivre cgivre self-assigned this May 6, 2025
@cgivre cgivre requested a review from rymarm May 6, 2025 03:34
Copy link
Copy Markdown
Member

@rymarm rymarm left a comment

Choose a reason for hiding this comment

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

LGTM +1

@cgivre cgivre merged commit 1530937 into apache:master May 8, 2025
7 of 8 checks passed
@cgivre cgivre deleted the fix_offset_paginator branch May 8, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-stable This bug fix is applicable to the latest stable release and should be considered for inclusion there bug minor-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Offset pagination problem with http storage: parameters being specified more than once

2 participants