Skip to content

Commit 5ec40aa

Browse files
Jeadiephillipleblanc
authored andcommitted
Fix telemetry function argument passing
1 parent a86dd87 commit 5ec40aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/load/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub(crate) async fn run(
127127
.build();
128128

129129
// Create telemetry with resource upfront, before any metrics calls
130-
let telemetry = super::create_telemetry_with_resource(&common_args, load_resource);
130+
let telemetry = super::create_telemetry_with_resource(common_args, load_resource);
131131

132132
// Create the appropriate query executor based on args
133133
let executor = Box::new(adbc_executor::AdbcDirectQueryExecutor::new(adbc_conn));

0 commit comments

Comments
 (0)