Skip to content

[VL] Update user-facing metric name for wallNanos in batch scan#10870

Merged
zml1206 merged 2 commits intoapache:mainfrom
Zouxxyy:dev/update-metrics
Oct 14, 2025
Merged

[VL] Update user-facing metric name for wallNanos in batch scan#10870
zml1206 merged 2 commits intoapache:mainfrom
Zouxxyy:dev/update-metrics

Conversation

@Zouxxyy
Copy link
Contributor

@Zouxxyy Zouxxyy commented Oct 12, 2025

What changes are proposed in this pull request?

Velox scan will do scan and filter, update batch scan wallNanos to time of batch scan and filter just like what HiveScan and FileSourceScan do

How was this patch tested?

@github-actions github-actions bot added the VELOX label Oct 12, 2025
"wallNanos" -> SQLMetrics.createNanoTimingMetric(sparkContext, "time of batch scan"),
"wallNanos" -> SQLMetrics.createNanoTimingMetric(
sparkContext,
"time of batch scan and filter"),
Copy link
Contributor

Choose a reason for hiding this comment

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

How about unifying them with other scans?
"time of batch scan" -> "time of scan and filter"
"scan time" -> "time of scan"

@Zouxxyy Zouxxyy changed the title [VL] Update batch scan wallNanos metrics to time of batch scan and filter [VL] Update batch scan wallNanos metrics to time of scan and filter Oct 13, 2025
Copy link
Contributor

@zml1206 zml1206 left a comment

Choose a reason for hiding this comment

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

Thanks

@PHILO-HE PHILO-HE changed the title [VL] Update batch scan wallNanos metrics to time of scan and filter [VL] Update user-facing metric name for wallNanos metric in batch scan Oct 13, 2025
@PHILO-HE PHILO-HE changed the title [VL] Update user-facing metric name for wallNanos metric in batch scan [VL] Update user-facing metric name for wallNanos in batch scan Oct 13, 2025
Copy link
Member

@PHILO-HE PHILO-HE left a comment

Choose a reason for hiding this comment

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

Thanks.

@zml1206 zml1206 merged commit 2272efe into apache:main Oct 14, 2025
103 of 105 checks passed
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.

3 participants