dongxiaoman opened a new issue #7124:
URL: https://github.com/apache/incubator-pinot/issues/7124


   Based on our latest test on latest master (this is probably there for a 
while)
   That if we run the command with
   `bash xxxxx/pinot-admin.sh` , and has `$PLUGINS_INCLUDE` defined, the below 
processing cannot get the plugins array properly:
   ```
   IFS=';' echo "$PLUGINS_INCLUDE" | read -ra PLUGINS_ARR
   ```
   I believe it is the file `src/main/resources/appAssemblerScriptTemplate` 
   
   We recently tested out the plugins_include macro and it works with trouble.
   


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