-
in #[derive(serde::Serialize, serde::Deserialize, Clone, Debug, PartialEq)]
pub enum SourceInfo {
// Normal table source, 'fuse/system'.
TableSource(TableInfo),
// S3 internal/external source, 's3://'.
S3StageSource(S3StageTableInfo),
} And in
Is it better to rename Please correct me if I misunderstand anything. Especially ping @sundy-li for comments. |
Beta Was this translation helpful? Give feedback.
Answered by
sundy-li
May 9, 2022
Replies: 1 comment
-
Yes, I think it's reasonable. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Xuanwo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I think it's reasonable.