remove useless code

This commit is contained in:
kevinyhzou 2024-08-13 09:46:53 +08:00
parent b8e967ff9c
commit cfa4ca6fb1

View File

@ -68,8 +68,6 @@ protected:
virtual bool allowSyncAfterError() const { return false; }
virtual void syncAfterError();
virtual bool allReadColumnCaseInsensitive() const { return false; }
/// In case of parse error, try to roll back and parse last one or two rows very carefully
/// and collect as much as possible diagnostic information about error.
/// If not implemented, returns empty string.