jiacai2050 commented on code in PR #1412:
URL: 
https://github.com/apache/incubator-horaedb/pull/1412#discussion_r1441390785


##########
integration_tests/cases/env/cluster/ddl/partition_table.result:
##########
@@ -99,9 +99,10 @@ ALTER TABLE partition_table_t ADD COLUMN (b string);
 
 affected_rows: 0
 
+-- SQLNESS REPLACE endpoint:(.*?), endpoint:xx,
 INSERT INTO partition_table_t (t, id, name, value) VALUES (1651737067000, 10, 
"ceresdb0", 100);
 
-Failed to execute query, err: Server(ServerError { code: 500, msg: "Failed to 
execute plan. Caused by: Internal error, msg:Failed to execute interpreter, 
err:Failed to execute insert, err:Failed to write table, err:Failed to write 
tables in batch, tables:[\"__partition_table_t_1\"], err:Failed to query from 
table in server, table_idents:[TableIdentifier { catalog: \"ceresdb\", schema: 
\"public\", table: \"__partition_table_t_1\" }], code:401, msg:failed to decode 
row group payload. Caused by: Schema mismatch with the write request, 
msg:expect 6 columns, but got 5. sql:INSERT INTO partition_table_t (t, id, 
name, value) VALUES (1651737067000, 10, \"ceresdb0\", 100);" })
+Failed to execute query, err: Server(ServerError { code: 500, msg: "Failed to 
execute plan. Caused by: Internal error, msg:Failed to execute interpreter, 
err:Failed to execute insert, err:Failed to write table, err:Failed to write 
tables in batch, tables:[\"__partition_table_t_1\"], err:Failed to query from 
table in server, table_idents:[TableIdentifier { catalog: \"ceresdb\", schema: 
\"public\", table: \"__partition_table_t_1\" }], endpoint:xx, code:401, 
msg:failed to decode row group payload. Caused by: Schema mismatch with the 
write request, msg:expect 6 columns, but got 5. sql:INSERT INTO 
partition_table_t (t, id, name, value) VALUES (1651737067000, 10, \"ceresdb0\", 
100);" })

Review Comment:
   IP is not a fixed value, so I replace to `xx` with this
   ```
   -- SQLNESS REPLACE endpoint:(.*?), endpoint:xx,
   ```



-- 
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]

Reply via email to