!5981 修改\d查询表信息的storage_type大小写的不一致问题
Merge pull request !5981 from 王明轩/master
This commit is contained in:
@ -184,6 +184,7 @@ typedef struct RelationMetaData {
|
||||
*/
|
||||
#define TABLE_ACCESS_METHOD_ASTORE "ASTORE"
|
||||
#define TABLE_ACCESS_METHOD_USTORE "USTORE"
|
||||
#define TABLE_ACCESS_METHOD_USTORE_LOWER "ustore"
|
||||
|
||||
#define FILESYSTEM_GENERAL "general"
|
||||
#define FILESYSTEM_HDFS "hdfs"
|
||||
|
||||
Reference in New Issue
Block a user