-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] [Star tree] Adding date field rounding support in star tree #16304
Conversation
--------- Signed-off-by: Bharathwaj G <[email protected]> (cherry picked from commit 1e49aa8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why isn't there a CHANGELOG entry for this (or even on the original main
PR)? Seems a significant feature?
❌ Gradle check result for 33404fe: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@dbwiddis In case of star tree changes, we have already added CHANGELOG entry to the core star tree mapper PR as it was user-facing. For all the other changes which were in backend in the indexing flow , we skipped adding changelog. But this PR does have some user facing changes in the mapping, so makes sense to add CHANGELOG. Can I add it in followup PR ? "Support for keyword fields as part of star tree mapping #16103" will be coming next, I can add CHANGELOG entries for both. |
❌ Gradle check result for 33404fe: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Sure, since you'll need to start on I understand not having a changelog for an unreleased feature, but changes/additions/bugfixes/refactors after the version in which it was released should almost always have a changelog. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16304 +/- ##
==========================================
Coverage 71.74% 71.74%
- Complexity 65022 65031 +9
==========================================
Files 5302 5305 +3
Lines 303866 303969 +103
Branches 44192 44207 +15
==========================================
+ Hits 218012 218096 +84
- Misses 67648 67691 +43
+ Partials 18206 18182 -24 ☔ View full report in Codecov by Sentry. |
Backport 1e49aa8 from #15249.