mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
fix style
This commit is contained in:
parent
2fb32dc56c
commit
4dcd3cc4f6
@ -37,9 +37,9 @@ public:
|
||||
|
||||
void backup(size_t len) override;
|
||||
|
||||
void skip(size_t len) override;
|
||||
void skip(size_t len) override;
|
||||
|
||||
size_t byteCount() const override;
|
||||
size_t byteCount() const override;
|
||||
|
||||
private:
|
||||
ReadBuffer & in;
|
||||
|
@ -42,7 +42,6 @@ namespace ErrorCodes
|
||||
{
|
||||
extern const int S3_ERROR;
|
||||
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
|
||||
extern const int INCORRECT_DATA;
|
||||
extern const int FILE_DOESNT_EXIST;
|
||||
extern const int ILLEGAL_COLUMN;
|
||||
}
|
||||
@ -230,7 +229,7 @@ std::vector<String> IcebergMetaParser::getFilesForRead(const std::vector<String>
|
||||
for (size_t i = 0; i < col_size; ++i)
|
||||
{
|
||||
auto file_path = str_col->getDataAt(i).toView();
|
||||
/// We just obtain the parition/file name
|
||||
/// We just obtain the partition/file name
|
||||
std::filesystem::path path(file_path);
|
||||
keys.emplace_back(path.parent_path().filename() / path.filename());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user