Skip to content

Commit

Permalink
Merge pull request #11 from samansmink/update-duckdb
Browse files Browse the repository at this point in the history
Update duckdb
  • Loading branch information
samansmink committed Aug 23, 2023
2 parents 366b558 + 70548cf commit b0eaf41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup Ubuntu
if: ${{ matrix.arch == 'linux_amd64' || matrix.arch == 'linux_arm64' }}
uses: ./duckdb/.github/actions/ubuntu_16_setup
uses: ./duckdb/.github/actions/ubuntu_18_setup
with:
aarch64_cross_compile: 1

Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 1075 files
2 changes: 1 addition & 1 deletion src/common/iceberg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ IcebergSnapshot IcebergSnapshot::ParseSnapShot(yyjson_val *snapshot) {

idx_t IcebergSnapshot::GetTableVersion(string &path, FileSystem &fs) {
auto meta_path = fs.JoinPath(path, "metadata");
auto version_file_path = FileSystem::JoinPath(meta_path, "version-hint.text");
auto version_file_path = fs.JoinPath(meta_path, "version-hint.text");
auto version_file_content = IcebergUtils::FileToString(version_file_path, fs);

try {
Expand Down

0 comments on commit b0eaf41

Please sign in to comment.