We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc866ac commit 01fb52aCopy full SHA for 01fb52a
src/Processors/Formats/Impl/ParquetBlockInputFormat.h
@@ -373,11 +373,11 @@ class ParquetSchemaReader : public ISchemaReader
373
class ParquetFileMetaDataCache : public CacheBase<String, parquet::FileMetaData>
374
{
375
public:
376
- static ParquetFileMetaDataCache * instance(UInt64 max_size_bytes, UInt64 max_entries);
+ static ParquetFileMetaDataCache * instance(UInt64 max_size_bytes);
377
void clear() {}
378
379
private:
380
- ParquetFileMetaDataCache(UInt64 max_size_bytes, UInt64 max_entries);
+ ParquetFileMetaDataCache(UInt64 max_size_bytes);
381
};
382
383
}
0 commit comments