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

Sometimes Some OFFLINE Table Entries Do Not Appear When Querying the Hybrid Table #15171

Open
jburgoos opened this issue Mar 3, 2025 · 1 comment

Comments

@jburgoos
Copy link

jburgoos commented Mar 3, 2025

Description

We are experiencing an issue where queries on a hybrid table in Apache Pinot do not always return all the expected data from the OFFLINE segments. However, when querying the OFFLINE table directly, all expected records are present. This suggests that Pinot is not correctly merging the results from OFFLINE and REALTIME segments in some cases.

Observed Behaviour

This query counts the number of entries grouped into 1-hour buckets. As shown in the screenshots, when executing the query on the OFFLINE table directly, more data is displayed compared to querying the hybrid table.

Image

Image

Expected Behavior

Queries on the hybrid table should return all relevant records from both OFFLINE and REALTIME segments, ensuring no data loss from OFFLINE.

Environment

  • Pinot Version: 1.2.0
  • Deployment Type: Running on physical machines
@Jackie-Jiang
Copy link
Contributor

You can read more about how Pinot manages data merge of hybrid table here: https://docs.pinot.apache.org/basics/concepts/components/table/time-boundary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants