mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Code style issues.
This commit is contained in:
parent
47e7c8d474
commit
699a031c7f
@ -7,7 +7,6 @@
|
||||
|
||||
# include <aws/s3/S3Client.h>
|
||||
# include <Poco/DirectoryIterator.h>
|
||||
# include <IO/SeekableReadBuffer.h>
|
||||
|
||||
|
||||
namespace DB
|
||||
|
@ -25,7 +25,6 @@ using DiskDirectoryIteratorPtr = std::unique_ptr<IDiskDirectoryIterator>;
|
||||
class IReservation;
|
||||
using ReservationPtr = std::unique_ptr<IReservation>;
|
||||
|
||||
class ReadBuffer;
|
||||
class SeekableReadBuffer;
|
||||
class WriteBuffer;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user