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

TimeColumnName in MutableSegmentImpl #5368

Merged
merged 2 commits into from
May 12, 2020

Conversation

npawar
Copy link
Contributor

@npawar npawar commented May 12, 2020

#2756
Providing time column to MutableSegmentImpl via RealtimeSegmentConfig. This time column name is used to decide which column should be used to record minTime and maxTime for realtimeSegment.
The current way was incorrect. It would've broken when we started using multiple time columns - the min/max comparison would have incorrectly been done for every time column, not just the primary.

Copy link
Contributor

@Jackie-Jiang Jackie-Jiang left a comment

Choose a reason for hiding this comment

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

LGTM

@npawar npawar merged commit 1b4e461 into apache:master May 12, 2020
@npawar npawar deleted the time_in_realtime_segment_config branch May 12, 2020 15:55
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.

None yet

2 participants