Code style issues.

This commit is contained in:
Pavel Kovalenko 2020-01-27 22:27:52 +03:00 committed by Pavel Kovalenko
parent 47e7c8d474
commit 699a031c7f
3 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@
# include <aws/s3/S3Client.h>
# include <Poco/DirectoryIterator.h>
# include <IO/SeekableReadBuffer.h>
namespace DB

View File

@ -25,7 +25,6 @@ using DiskDirectoryIteratorPtr = std::unique_ptr<IDiskDirectoryIterator>;
class IReservation;
using ReservationPtr = std::unique_ptr<IReservation>;
class ReadBuffer;
class SeekableReadBuffer;
class WriteBuffer;

View File

@ -59,7 +59,7 @@ off_t ReadBufferFromS3::seek(off_t offset_, int)
std::unique_ptr<ReadBuffer> ReadBufferFromS3::initialize()
{
LOG_DEBUG(log, "Read S3 object. "
LOG_TRACE(log, "Read S3 object. "
"Bucket: " + bucket + ", Key: " + key + ", Offset: " + std::to_string(offset));
Aws::S3::Model::GetObjectRequest req;