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 sort index by date #2124

Merged
merged 1 commit into from
Aug 14, 2023
Merged

fix sort index by date #2124

merged 1 commit into from
Aug 14, 2023

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Jul 13, 2023

The DateTime column is cast to a numeric column to simplify the code

closes #2112

@codecov-commenter
Copy link

Codecov Report

Merging #2124 (4a158cb) into main (1e7cd48) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main    #2124      +/-   ##
==========================================
+ Coverage   94.38%   94.41%   +0.02%     
==========================================
  Files         321      321              
  Lines       60813    60900      +87     
==========================================
+ Hits        57397    57497     +100     
+ Misses       3416     3403      -13     
Impacted Files Coverage Δ
columnar/src/columnar/writer/mod.rs 99.13% <100.00%> (+<0.01%) ⬆️
src/indexer/doc_id_mapping.rs 97.21% <100.00%> (+0.64%) ⬆️

... and 5 files with indirect coverage changes

@PSeitz PSeitz requested a review from fulmicoton July 14, 2023 01:33
@fbjork
Copy link

fbjork commented Aug 14, 2023

@PSeitz Any chance we can merge this fix?

@PSeitz
Copy link
Contributor Author

PSeitz commented Aug 14, 2023

@PSeitz Any chance we can merge this fix?

Yes just need a review, @fulmicoton

@PSeitz PSeitz merged commit ed1deee into main Aug 14, 2023
5 checks passed
@PSeitz PSeitz deleted the test_sort_order branch August 14, 2023 15:36
Sign up for free to 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.

Index sort by date field results in panic
4 participants