forked from apache/iceberg-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 26a04ab Author: Christian Thiel <christian@hansetag.com> Date: Tue May 28 17:39:07 2024 +0200 Add "services-s3" featureflag for opendal commit e5b59a7 Author: Christian <Christian.Thiel@outlook.com> Date: Tue May 28 06:18:05 2024 +0200 Feature: Schema into_builder method (apache#381) commit 1bf80e1 Author: ZENOTME <43447882+ZENOTME@users.noreply.github.com> Date: Mon May 27 22:34:47 2024 +0800 make file scan task serializable (apache#377) Co-authored-by: ZENOTME <st810918843@gmail.com>
- Loading branch information
Showing
5 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ mod avro; | |
pub mod io; | ||
pub mod spec; | ||
|
||
mod scan; | ||
pub mod scan; | ||
|
||
#[allow(dead_code)] | ||
pub mod expr; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters