Skip to content

Commit 6de3a14

Browse files
rluvatonclaude
andcommitted
test: re-add temporary public function for semver testing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 65779f4 commit 6de3a14

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • datafusion/common-runtime/src

datafusion/common-runtime/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ pub use common::SpawnedTask;
3333
pub use join_set::JoinSet;
3434
pub use trace_utils::{
3535
JoinSetTracer, JoinSetTracerError, set_join_set_tracer, trace_block, trace_future,
36-
};
36+
};
37+
38+
/// Temporary public function to test semver breaking change detection.
39+
pub fn semver_test_function() -> &'static str {
40+
"this will be removed to trigger a breaking change"
41+
}

0 commit comments

Comments
 (0)