CalvinKirs commented on code in PR #27234:
URL: https://github.com/apache/doris/pull/27234#discussion_r1426289727
##########
regression-test/suites/load_p0/routine_load/test_routine_load.groovy:
##########
@@ -1168,4 +1168,53 @@ suite("test_routine_load","p0") {
j++
}
}
+
+ // partial
+ if (enabled != null && enabled.equalsIgnoreCase("true")) {
+ try {
+
+ sql new
File("""${context.file.parent}/ddl/uniq_tbl_partial_drop.sql""").text
+ sql new
File("""${context.file.parent}/ddl/uniq_tbl_partial_create.sql""").text
+ sql new
File("""${context.file.parent}/ddl/uniq_tbl_partial_init.sql""").text
+
+ sql """
+ CREATE ROUTINE LOAD job_uniq_tbl_partial ON
routine_load_uniq_tbl_partial
+
COLUMNS(k00,k01,k02,k03,k04,k05,k06,k07,k08,k09,k10,k11,k12,k13,k14,k15,k16,k17,k18),
Review Comment:
I can't see the latest exception, but the error with this Commit is due to
a problem with the column mapping.
https://github.com/apache/doris/pull/27234/commits/e1cbcdca43de2b35466032e571cd09c3ffe95e3a
--
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]