Skip to content

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
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