You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3488. Found places with similar code.
This commit is contained in:
@ -183,6 +183,8 @@ struct ColumnThread
|
||||
|
||||
if (bUsingHdfs)
|
||||
fileType = IDBDataFile::HDFS;
|
||||
else if (IDBPolicy::useCloud())
|
||||
fileType = IDBDataFile::CLOUD;
|
||||
else
|
||||
fileType = IDBDataFile::UNBUFFERED;
|
||||
|
||||
|
Reference in New Issue
Block a user