Skip to content

Conversation

@m-dzianishchyts
Copy link
Contributor

What does this PR do?

Removes implicit execution of startup snippets from CodeEvaluator.
Executes user-defined startup snippets explicitly during the kernel boot sequence.

Implicit execution could run before JJAVA_CLASSPATH was applied, causing failures when snippets reference classes from extra classpath.
Explicit control guarantees correct ordering: default extensions -> extra classpath/extensions -> startup snippets.

Fixes #67.

andrus added a commit that referenced this pull request Nov 8, 2025
@andrus andrus merged commit d4c1126 into dflib:main Nov 8, 2025
0 of 3 checks passed
@andrus andrus added this to the 1.0-a7 milestone Nov 8, 2025
andrus added a commit that referenced this pull request Nov 8, 2025
andrus added a commit that referenced this pull request Nov 9, 2025
removing snippets support from the builder. They are collected, but otherwise unused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

`JJAVA_STARTUP_SCRIPT can't start up spark

2 participants