sumitagrawl commented on code in PR #7472:
URL: https://github.com/apache/ozone/pull/7472#discussion_r1900537787
##########
hadoop-ozone/recon-codegen/src/main/java/org/hadoop/ozone/recon/schema/ReconTaskSchemaDefinition.java:
##########
@@ -64,6 +64,7 @@ private void createReconTaskStatusTable(Connection conn) {
.column("task_name", SQLDataType.VARCHAR(766).nullable(false))
.column("last_updated_timestamp", SQLDataType.BIGINT)
.column("last_updated_seq_number", SQLDataType.BIGINT)
+ .column("last_task_successful", SQLDataType.BIT)
Review Comment:
this is similar to below column getting added, this can be removed as
datatype is also different.
.column("last_task_run_status", SQLDataType.INTEGER)
--
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]