Skip to content

Commit 9dab95c

Browse files
Update src/flight_service/do_get.rs
Co-authored-by: Gabriel <[email protected]>
1 parent 4453842 commit 9dab95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flight_service/do_get.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ fn flight_stream_from_record_batch_stream(
212212

213213
// Collects metrics from the provided stage and encodes it into a stream of flight data using
214214
// the schema of the stage.
215-
pub fn collect_and_create_metrics_flight_data(
215+
fn collect_and_create_metrics_flight_data(
216216
stage_key: StageKey,
217217
stage: Arc<StageExec>,
218218
) -> Result<impl Stream<Item = Result<FlightData, FlightError>> + Send + 'static, FlightError> {

0 commit comments

Comments
 (0)