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

Miscellaneous 0.15 fixes #989

Merged
merged 6 commits into from
Dec 6, 2024
Merged

Miscellaneous 0.15 fixes #989

merged 6 commits into from
Dec 6, 2024

Conversation

Jolanrensen
Copy link
Collaborator

all need to be cherry-picked to the 0.15.0 release branch

@Jolanrensen Jolanrensen added the bug Something isn't working label Dec 5, 2024
@Jolanrensen Jolanrensen added this to the 0.15.0 milestone Dec 5, 2024
@Jolanrensen Jolanrensen marked this pull request as ready for review December 5, 2024 13:35
@Jolanrensen Jolanrensen mentioned this pull request Dec 5, 2024
3 tasks
@@ -152,6 +156,15 @@ internal class Integration(private val notebook: Notebook, private val options:

override fun Builder.onLoaded() {
if (version != null) {
if (enableExperimentalCsv?.toBoolean() == true) {
println("Enabling experimental CSV module: dataframe-csv")
Copy link
Collaborator

@koperagen koperagen Dec 5, 2024

Choose a reason for hiding this comment

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

Do you want to keep this println? It can't be disabled on user end

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's good to have it, a good check for the user that the dataframe integration received the special command correctly and activated the dataframe-csv module.
It's also good to see it in the output of the notebook, to see something experimental is going on, like a small warning.
When the module is included by default I'll remove the message of course

@Jolanrensen Jolanrensen merged commit b1f92dc into master Dec 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants