Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Ruihang Xia <[email protected]>
  • Loading branch information
killme2008 and waynexia committed May 28, 2024
1 parent 8f3c042 commit 9184d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/src/query_engine/default_serializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use substrait::{DFLogicalSubstraitConvertor, SubstraitPlan};
use crate::dist_plan::MergeScanLogicalPlan;
use crate::error::DataFusionSnafu;

/// Extended `[substrait::extension_serializer::ExtensionSerializer]` but supports `[MergeScanLogicalPlan]` serialization.
/// Extended [`substrait::extension_serializer::ExtensionSerializer`] but supports [`MergeScanLogicalPlan`] serialization.
pub struct DefaultSerializer;

impl SerializerRegistry for DefaultSerializer {
Expand Down

0 comments on commit 9184d68

Please sign in to comment.