Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORE] Post messages to Gluten web UI only when it is enabled #8907

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

PHILO-HE
Copy link
Contributor

@PHILO-HE PHILO-HE commented Mar 5, 2025

What changes were proposed in this pull request?

Also rename the doc since it is not bound to velox backend.

How was this patch tested?

Local test.

@github-actions github-actions bot added CORE works for Gluten Core DOCS labels Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@PHILO-HE PHILO-HE changed the title [CORE] Post messages to Gluten Web UI only when it is enabled [CORE] Post messages to Gluten web UI only when it is enabled Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

Run Gluten Clickhouse CI on x86

@@ -33,5 +33,5 @@ class GlutenSQLHistoryServerPlugin extends AppHistoryServerPlugin {
}
}

override def displayOrder: Int = 0
override def displayOrder: Int = 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my view, it would be better to set displayOrder to 1. Spark uses displayOrder to determine the display sequence of tabs. Since SQLTab has a displayOrder of 0 and ThriftServerTab is set to 1, using 0 might cause SQLTab and GlutenSQLTab to appear out of order. By assigning displayOrder 1, which is not commonly used in my experience, we can guarantee the proper ordering of the SQLTab. Correct me if I miss something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CORE works for Gluten Core DOCS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants