Skip to content

Commit

Permalink
chore: add comments for tracking the provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored and waynexia committed Nov 3, 2023
1 parent fc2a9c3 commit aa29e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/reader/decompress.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Modified from https://github.com/DataEngineeringLabs/orc-format/blob/416490db0214fc51d53289253c0ee91f7fc9bc17/src/read/decompress/mod.rs
//! Contains [`Decompressor`]

use std::io::Read;
Expand Down
1 change: 1 addition & 0 deletions tests/basic/data/write.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copied from https://github.com/DataEngineeringLabs/orc-format/blob/416490db0214fc51d53289253c0ee91f7fc9bc17/write.py
import random
import datetime
import pyorc
Expand Down

0 comments on commit aa29e38

Please sign in to comment.