RE: Arrow in jupyter

2022-10-24 Thread Lee, David
t;org").apache.arrow.memory.RootAllocator(sys.maxsize) batch = jpype.JPackage("org").apache.arrow.adapter.jdbc.JdbcToArrow.sqlToArrow( jdbc_connection, sql, ra ) arrow_table = pyarrow.jvm.record_batch(batch) From: Chang She Sent: Monday, October 24, 2022 11:44 AM To: user@arrow.apache.org S

Re: Arrow in jupyter

2022-10-24 Thread Chang She
Awesome, I will continue on that JIRA. Thanks! On Mon, Oct 24, 2022 at 6:23 AM Neal Richardson wrote: > Hi Chang, > I don't recall seeing an Arrow issue about this specifically, or any > examples of doing that, but that sounds nice. > https://issues.apache.org/jira/browse/ARROW-17608 (C interfa

Re: Arrow in jupyter

2022-10-24 Thread Neal Richardson
Hi Chang, I don't recall seeing an Arrow issue about this specifically, or any examples of doing that, but that sounds nice. https://issues.apache.org/jira/browse/ARROW-17608 (C interface support in JS) is probably a prerequisite. Neal On Sun, Oct 23, 2022 at 2:45 PM Chang She wrote: > couldn’t

Re: Arrow in jupyter

2022-10-23 Thread Chang She
couldn’t* On Sun, Oct 23, 2022 at 11:42 AM Chang She wrote: > Hi, just curious if anyone’s played with using Arrow to ship data between > languages in jupyter/ipython, specifically python and js (that doesn’t > require a flight server or writing the data to disk). > > Eg, can I call do something

Arrow in jupyter

2022-10-23 Thread Chang She
Hi, just curious if anyone’s played with using Arrow to ship data between languages in jupyter/ipython, specifically python and js (that doesn’t require a flight server or writing the data to disk). Eg, can I call do something like IPython.kernel.execute(“table.filter(…)”) and read the results dir