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

Added the new SqlOptimizer and the related files #3284

Closed
wants to merge 15 commits into from

Conversation

ananya-agarwal
Copy link
Collaborator

What changes were proposed in this pull request?

The new SqlParser along with its functionality was added.

How was this patch tested?

This patch was tested using mutiple console.log() statements and finally getting to the correct code.

Copy link
Collaborator

@bjornalm bjornalm left a comment

Choose a reason for hiding this comment

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

Nice, work. Just a quick review from me here to unblock further progress.

@@ -953,7 +954,21 @@ huePubSub.subscribe('app.dom.loaded', app => {
huePubSub.subscribe(
'editor.upload.query',
query_id => {
viewModel.selectedNotebook().snippets()[0].uploadQuery(query_id);
const useInternalHueOptimizerStorage = true;
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to turn this into a setting. Preferably accessed from desktop/core/src/desktop/js/config/hueConfig.ts (which should load the setting from the backend). The setting itself should be placed in desktop/conf.dist/hue.ini and be false by default so that we don't expose this to our clients by mistake.

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Sep 1, 2023
@github-actions github-actions bot closed this Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants