vivekratnavel commented on a change in pull request #988:
URL: https://github.com/apache/hadoop-ozone/pull/988#discussion_r432670797
##########
File path:
hadoop-ozone/recon-codegen/src/main/java/org/hadoop/ozone/recon/schema/UtilizationSchemaDefinition.java
##########
@@ -83,11 +86,17 @@ private void createClusterGrowthTable(Connection conn) {
}
private void createFileSizeCountTable(Connection conn) {
- DSL.using(conn).createTableIfNotExists(FILE_COUNT_BY_SIZE_TABLE_NAME)
+ dslContext.createTableIfNotExists(FILE_COUNT_BY_SIZE_TABLE_NAME)
+ .column("volume", SQLDataType.VARCHAR(64))
Review comment:
Yes, verified that the max character limit of volume name and bucket
name is 63 characters.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]