You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "pingchunzhang (via GitHub)" <gi...@apache.org> on 2023/04/25 09:57:14 UTC

[GitHub] [doris] pingchunzhang commented on a diff in pull request #19059: [fix](doc) fix jsonb_extract doc

pingchunzhang commented on code in PR #19059:
URL: https://github.com/apache/doris/pull/19059#discussion_r1176287256


##########
regression-test/pipeline/common/check-pr-if-need-run-build.sh:
##########
@@ -87,7 +87,9 @@ need_run_fe_ut() {
     for af in ${all_files}; do
         if [[ "${af}" == 'fe'* ]] ||
             [[ "${af}" == 'fe_plugins'* ]] ||
-            [[ "${af}" == 'bin/start_fe.sh' ]] ||
+            [[ "${af}" == 'fe_plugins'* ]] ||

Review Comment:
   1. duplicate check fe_plugins
   2. if start_fe.sh is changed, no need to run fe ut, org check is need?
   3. sql-manual change need run fe ut is ok



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org