Skip to content

Commit

Permalink
feat(spec): Add data types
Browse files Browse the repository at this point in the history
  • Loading branch information
XuQianJin-Stars committed Jul 14, 2024
1 parent cfaa80d commit 6033e19
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 88 deletions.
1 change: 1 addition & 0 deletions crates/paimon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ license.workspace = true
version.workspace = true

[dependencies]
chrono = "0.4.38"
serde = { version = "1", features = ["derive"] }
serde_with = "3.8.3"
snafu = "0.8.3"
Expand Down
3 changes: 0 additions & 3 deletions crates/paimon/src/spec/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
// specific language governing permissions and limitations
// under the License.

use crate::error::Error;
use crate::spec::types::DataType;
use serde::{Deserialize, Serialize};
use serde_with::{serde_as, DisplayFromStr};
use std::collections::HashMap;
use std::fmt::{Display, Formatter};
use std::str::FromStr;

/// The table schema for paimon table.
///
Expand Down
Loading

0 comments on commit 6033e19

Please sign in to comment.