Skip to content

Commit

Permalink
MAIN_BRANCH -> public
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel committed Jun 1, 2024
1 parent 6d45d38 commit 48fa7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/iceberg/src/spec/table_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ use crate::error::Result;
use crate::{Error, ErrorKind, TableCreation};
use chrono::{DateTime, TimeZone, Utc};

static MAIN_BRANCH: &str = "main";
/// Main branch name
pub static MAIN_BRANCH: &str = "main";
/// Default spec id (unpartitioned)
pub static DEFAULT_SPEC_ID: i32 = 0;
/// Default sort order id (unsorted)
Expand Down

0 comments on commit 48fa7fe

Please sign in to comment.