[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -1622,7 +1622,7 @@ int ObChunkRowStore::write_file(void *buf, int64_t size)
LOG_TRACE("open file success", K_(io_.fd), K_(io_.dir_id));
}
}
ret = E(EventTable::EN_8) ret;
ret = OB_E(EventTable::EN_8) ret;
}
if (OB_SUCC(ret) && size > 0) {
set_io(size, static_cast<char *>(buf));