Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed Aug 20, 2024
1 parent bf74e7f commit f5ee78a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ class HDFSFileReadBufferBuilder : public ReadBufferBuilder
if (file_uri.getPort())
uri_path += ":" + std::to_string(static_cast<unsigned>(file_uri.getPort()));

std::cout << "read_from_filesystem_cache_if_exists_otherwise_bypass_cache:" << read_settings.read_from_filesystem_cache_if_exists_otherwise_bypass_cache << std::endl;

size_t read_util_position = 0;
size_t read_begin = 0;
if (set_read_util_position)
Expand Down

0 comments on commit f5ee78a

Please sign in to comment.