mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix typos
This commit is contained in:
parent
bdca69f354
commit
dd98fc74b6
@ -23,7 +23,7 @@ std::shared_ptr<HMSClient::HiveTableMeta> HMSClient::getTableMeta(const std::str
|
||||
client->get_table(*table, db_name, table_name);
|
||||
|
||||
/**
|
||||
* query the lastest partition info to check new change
|
||||
* query the latest partition info to check new change
|
||||
*/
|
||||
client->get_partitions(partitions, db_name, table_name, -1);
|
||||
}
|
||||
@ -54,7 +54,7 @@ std::shared_ptr<HMSClient::HiveTableMeta> HMSClient::getTableMeta(const std::str
|
||||
auto & pinfo = partition_infos[partition.sd.location];
|
||||
pinfo.partition = partition;
|
||||
|
||||
// query files under the patition by hdfs api is costly, we reuse the files in case the partion has no change
|
||||
// query files under the partition by hdfs api is costly, we reuse the files in case the partition has no change
|
||||
if (result)
|
||||
{
|
||||
auto it = old_partition_infos.find(partition.sd.location);
|
||||
|
@ -432,7 +432,7 @@ Pipe StorageHive::read(
|
||||
}
|
||||
}
|
||||
|
||||
// Load sub-file level minmax index and appy
|
||||
// Load sub-file level minmax index and apply
|
||||
std::set<int> skip_splits;
|
||||
if (file->hasSubMinMaxIndex())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user