zhztheplayer opened a new pull request, #5227: URL: https://github.com/apache/incubator-gluten/pull/5227
Compact "Creating catalog table" logs into one line. Before: ``` Creating catalog table: customer Creating catalog table: catalog_page Creating catalog table: catalog_returns Creating catalog table: item Creating catalog table: web_page Creating catalog table: web_sales Creating catalog table: web_returns Creating catalog table: warehouse Creating catalog table: store_returns Creating catalog table: customer_demographics Creating catalog table: income_band Creating catalog table: date_dim Creating catalog table: web_site Creating catalog table: promotion Creating catalog table: catalog_sales Creating catalog table: reason Creating catalog table: customer_address Creating catalog table: household_demographics Creating catalog table: call_center Creating catalog table: time_dim Creating catalog table: store_sales Creating catalog table: inventory Creating catalog table: store Creating catalog table: ship_mode ``` After: ``` Creating catalog tables: customer, catalog_page, catalog_returns, item, web_page, web_sales, web_returns, warehouse, store_returns, customer_demographics, income_band, date_dim, web_site, promotion, catalog_sales, reason, customer_address, household_demographics, call_center, time_dim, store_sales, inventory, store, ship_mode, done. ``` -- 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]
