We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在一个notebook 里声明的变量或临时表,即使删除会一直存在在engine的 session里,在点击运行时需要做检查并给出提示。
复现步骤:
解决方案1: 由于 notebook 中的临时表和变量是用户session级别的,所以需要在执行 notebook 的时候,检查该 notebook 是否引用了没有在该notebook 中显式声明的临时表,并给出 warning 提示 解决方案2: 增加 byzer-lang 的生命周期的级别,出一个 notebook 级别的 session, 避免 notebook 之间互相影响
The text was updated successfully, but these errors were encountered:
可以参考文章 https://zhuanlan.zhihu.com/p/491545059
Sorry, something went wrong.
出 BIP 并 fix, 4d(后端 3.5,前端 0.5)
经过讨论,此issue 将拆分成两个issue
MichelZhan
wangcheng15
No branches or pull requests
在一个notebook 里声明的变量或临时表,即使删除会一直存在在engine的 session里,在点击运行时需要做检查并给出提示。
复现步骤:
解决方案1: 由于 notebook 中的临时表和变量是用户session级别的,所以需要在执行 notebook 的时候,检查该 notebook 是否引用了没有在该notebook 中显式声明的临时表,并给出 warning 提示
解决方案2: 增加 byzer-lang 的生命周期的级别,出一个 notebook 级别的 session, 避免 notebook 之间互相影响
The text was updated successfully, but these errors were encountered: