Skip to content

Commit

Permalink
removing print statement and adding vscode files in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Mar 6, 2024
1 parent 6f56e77 commit 193144c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
.vscode
.idea
cmake-build-debug
duckdb_unittest_tempdir/
Expand All @@ -10,4 +11,4 @@ test/sql/tmp.test
data/iceberg/generated_*
scripts/metastore_db/
scripts/derby.log
scripts/test-script-with-path.sql
scripts/test-script-with-path.sql
1 change: 0 additions & 1 deletion src/common/iceberg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ IcebergSnapshot IcebergSnapshot::GetSnapshotByTimestamp(const string &path, File

string IcebergSnapshot::ReadMetaData(const string &path, FileSystem &fs, string metadata_compression_codec) {
string metadata_file_path;
printf("got metadata_compression_codec=%s\n", metadata_compression_codec.c_str());
if (StringUtil::EndsWith(path, ".json")) {
metadata_file_path = path;
// check if metadata is gz compressed file?
Expand Down

0 comments on commit 193144c

Please sign in to comment.