-
Notifications
You must be signed in to change notification settings - Fork 148
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
Adding foreign code extractors for spark sql and exporting required classes #980
Conversation
Hi, actually our team is working on a timeframed project, merging this PR would really help us, so could I please get an estimated timeframe of when it would be merged? |
Merging itself is not a problem, but since the tests are failing it would take some manual checks to do a release. You can help by fixing up |
Okay, I was checking the jstest/lint test, it fails at this: "python_packages/jupyter_lsp/jupyter_lsp/manager.py:64: error: Incompatible types in assignment (expression has type "Bool[bool, Union[bool, int]]", variable has type "bool") [assignment]" This PR doesn't make any changes to that file, so not sure how to fix it without changing the existing code |
If this will take time, I can also explore taking a clone of the repo and making a custom deployment for our company's internal usage. But every MP can only publish one version. Since this one has server extension as well as Jupyter lab extension, and there's some code duplication also amongst the two extensions.. is there a clear segregation bw the code so that we can create multiple mps? |
I pushed a few commits, but if you are asking for an ASAP release of an older version, it would help if you could contribute towards reducing the maintenance burden (we all like puppies) and yes it involves changing existing code. |
Now the lint job is failing only on the code that you did modify ;)
|
oops ;) |
All the prettify checks pass on my machine now:
|
It seems you have a different version of |
This reverts commit df14ca2.
Done ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @skbitsp!
Thank you so much for merging :) |
Adding foreign code extractors for spark sql and exporting required classes