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

The results of the notebook interface cannot be displayed properly because its results interface is white #3791

Open
1 task done
zhuzhengjun01 opened this issue Jul 16, 2024 · 7 comments
Assignees
Labels
BUG Issue type for reporting failure due to bug in functionality

Comments

@zhuzhengjun01
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

The results of the notebook interface cannot be displayed properly because its results interface is white
just like this
image

Steps To Reproduce

I use this version of hue : gethue/hue:20240715-140101
almost the latest version

Logs

No response

Hue version

4.11.0 lastest

@zhuzhengjun01 zhuzhengjun01 added the BUG Issue type for reporting failure due to bug in functionality label Jul 16, 2024
@zhuzhengjun01
Copy link
Author

zhuzhengjun01 commented Jul 25, 2024

@Harshg999 hello,the problem is the same on the demo site

image

Can this problem be fixed?

Copy link

This issue is stale because it has been open 30 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 Aug 25, 2024
@Harshg999 Harshg999 removed the Stale label Sep 2, 2024
@Harshg999
Copy link
Collaborator

Hey @zhuzhengjun01, thanks for reporting this. Any specific dialect you want to query where you are seeing this issue? Like does this happen for Hive editor also for you?

@zhuzhengjun01
Copy link
Author

Hey @zhuzhengjun01, thanks for reporting this. Any specific dialect you want to query where you are seeing this issue? Like does this happen for Hive editor also for you?

This should have nothing to do with the editor, it should have to do with opening the Notebook, and when the two snippets switch between them, the page rendering will not perform properly, so the result will be returned but not displayed

@zhuzhengjun01
Copy link
Author

zhuzhengjun01 commented Sep 3, 2024

I fix it by this way, kind of hard code

huePubSub.ts
image

@bjornalm
Copy link
Collaborator

bjornalm commented Sep 9, 2024

Hi @zhuzhengjun01 and thanks for reporting. I can can reproduce when loading an existing notebook with multiple snippets and then executing one of them.

I don't think the solution should be modifying the huePubSub.ts but probably how and when the editor.render.data event is published and managed.

@ramprasadagarwal Could you take a look?

@zhuzhengjun01
Copy link
Author

Hi @zhuzhengjun01 and thanks for reporting. I can can reproduce when loading an existing notebook with multiple snippets and then executing one of them.

I don't think the solution should be modifying the huePubSub.ts but probably how and when the editor.render.data event is published and managed.

@ramprasadagarwal Could you take a look?

yes, this is not a good solution, just for using the notebook function temporary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Issue type for reporting failure due to bug in functionality
Projects
None yet
Development

No branches or pull requests

4 participants