dataroaring commented on code in PR #51025:
URL: https://github.com/apache/doris/pull/51025#discussion_r2106483222
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/SchemaTable.java:
##########
@@ -322,7 +323,23 @@ public class SchemaTable extends Table {
.column("CHECKSUM",
ScalarType.createType(PrimitiveType.BIGINT))
.column("PARTITION_COMMENT",
ScalarType.createStringType())
.column("NODEGROUP",
ScalarType.createVarchar(256))
- .column("TABLESPACE_NAME",
ScalarType.createVarchar(268)).build()))
+ .column("TABLESPACE_NAME",
ScalarType.createVarchar(268))
+ .column("DATA_SIZE",
ScalarType.createStringType())
+ .column("STATE",
ScalarType.createStringType())
+ .column("REPLICA_ALLOCATION",
ScalarType.createStringType())
+ .column("REPLICA_NUM",
ScalarType.createType(PrimitiveType.INT))
+ .column("STORAGE_POLICY",
ScalarType.createStringType())
+ .column("STORAGE_MEDIUM",
ScalarType.createStringType())
+ .column("COOLDOWN_TIME_MS",
ScalarType.createStringType())
+ .column("IS_IN_MEMORY",
ScalarType.createType(PrimitiveType.BOOLEAN))
Review Comment:
remove this property , it does not work any more.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]