-
I encountered this bug when I loaded a dataframe stored in the Arrow IPC format.
```java
// Java Code from "Apache Arrow Java Cookbook"
File file = new File("example.arrow");
try (
…
-
**Describe the problem you faced**
Hey team,
Here's a link to the thread on the Apache Hudi Slack channel where I posted this issue:
https://apache-hudi.slack.com/archives/C4D716NPQ/p17315321878…
-
Adding support for Apache Arrow would greatly increase the interoperability between application developers and data scientists. https://arrow.apache.org/
It would be much more efficient to share …
-
To reproduce:
```kt
val df = dataFrameOf("a.b", "a.c.d", "d.e", "d.f")(1, 3.0, 2, "b")
.move { all() }.into { it.name.split(".").toPath() }
```
| a | d |
| :--- | :--- |
| {"b": 1, "c": {…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### W…
-
Java Developers need a easy way to create Dataframes from in-memory Java Collections. This will Morpheus much more suitable for generic Java development.
I am proposing a class called ListSource or…
-
Hello,
I'm experiencing increasing memory consumption of a notebook until I end up with a "java.lang.OutOfMemoryError: Java heap space", althoug I'm just re-execution the only cell the notebook.
…
-
DataFrame fails on simple actions with casting BigInteger to Long.
For example, the MySQL performance schema table_handles table is defined as:
```
show create table performance_schema.table_ha…
-
New dataframe-jupyter module should be added here in dependencies
https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json
However, after kernel is updated in the Kotlin Noteboo…
-
The DataFrame library currently targets Java 8. This is to ensure the widest compatibility across the board and follow [Kotlin/JVM itself](https://kotlinlang.org/docs/faq.html#which-versions-of-jvm-do…