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

[pgstac] Fix ascending sort with missing (or duplicate) values #516

Closed
wants to merge 1 commit into from

Conversation

gadomski
Copy link
Member

Related Issue(s):

Description:

In pgstac, there ascending sort is broken when there's missing or duplicate values in the sorted field. This is a WIP PR to demonstrate the problem -- it will be updated with a fix once one is found. Requesting @bitner's eyes on this one (and @mmcfarland for his awareness). Tested against pgstac v0.6.13 (latest release).

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.

@bitner
Copy link
Collaborator

bitner commented Feb 7, 2023

I've added an issue in pgstac to track this stac-utils/pgstac#161

@gadomski gadomski mentioned this pull request Mar 6, 2023
4 tasks
@gadomski
Copy link
Member Author

gadomski commented Mar 6, 2023

Superseded by #535

@gadomski gadomski closed this Mar 6, 2023
@gadomski gadomski deleted the issues/514-sorting-and-paging branch March 9, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sorting/paging inconsistencies and errors
2 participants