You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> We don't recommend call language built-in APIs like `sys.exit` in Scala or `sys.exit()` in Python in your code, because such APIs just
1544
1544
> kill the interpreter process, leaving Spark session alive and resources not released.
1545
1545
1546
+
## Package Dependencies
1547
+
1548
+
If you want to develop notebooks or packages locally and need to reference the relevant packages for compilation/IDE hints, you can use the following packages.
0 commit comments