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

Support for XML and XPath and numpy/pandas libraries #1265

Open
wants to merge 62 commits into
base: master
Choose a base branch
from

Conversation

DavidBuzatu-Marian
Copy link
Collaborator

This PR contains the changes for integrating numpy/pandas methods natively in RumbleDB. It also expands the data model to include XML data types

@mschoeb
Copy link
Collaborator

mschoeb commented Nov 4, 2024

Hi David, it looks like one test is still failing, specifically src/test/resources/test_files/runtime/numpy_lib/jsoniq_numpy.jq.
In the boolean column the describe function returns

  • count 6 and unique 3 in regular RuntimeTests
  • count 4 and unique 2 in RuntimeTestsNoParallelism
    and if I see correctly it should always be 4 and 2. Do you have time to fix this? Your branch has now been merged in the gitlab and we plan to include it with my spark3.5 features in a future release when spark 3.4 is discontinued 😄

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.

2 participants