File tree 2 files changed +2
-2
lines changed
quickwit-config/src/source_config
quickwit-indexing/src/source/queue_sources
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ impl PulsarSourceParams {
586
586
fn validate_update ( & self , _other : & Self ) -> anyhow:: Result < ( ) > {
587
587
// In the Pulsar source, we use use combinations of the topic+partition
588
588
// (generated by the Pulsar client library) as metastore checkpoint
589
- // PartitionId, and those are guarantied to be unique across topics.
589
+ // PartitionId, and those are "guaranteed" to be unique across topics.
590
590
Ok ( ( ) )
591
591
}
592
592
}
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ pub mod test_helpers {
321
321
/// Runs a mock SQS GetQueueAttributes endpoint to enable creating SQS
322
322
/// sources that pass the connectivity check
323
323
///
324
- /// Rerturns the queue URL to use for the source and a guard for the
324
+ /// Returns the queue URL to use for the source and a guard for the
325
325
/// temporary mock server
326
326
pub fn start_mock_sqs_get_queue_attributes_endpoint ( ) -> ( String , oneshot:: Sender < ( ) > ) {
327
327
let hello = warp:: path!( ) . map ( || "{}" ) ;
You can’t perform that action at this time.
0 commit comments