Skip to content

Commit

Permalink
Add Puffin FileMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fqaiser94 committed Dec 13, 2024
1 parent 2e0b646 commit 011945e
Show file tree
Hide file tree
Showing 7 changed files with 975 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/iceberg/src/puffin/compression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
// specific language governing permissions and limitations
// under the License.

use serde::{Deserialize, Serialize};

use crate::{Error, ErrorKind, Result};

#[derive(Debug, PartialEq, Eq, Clone, Copy, Default)]
#[derive(Debug, PartialEq, Eq, Clone, Copy, Default, Serialize, Deserialize)]
#[serde(rename_all = "lowercase")]
/// Data compression formats
pub enum CompressionCodec {
#[default]
Expand Down
Loading

0 comments on commit 011945e

Please sign in to comment.