[GitHub] Pull Request 10621

2021-07-12 Thread Tahsin Hassan
Hi all, Trying to understand, whether the following failure https://travis-ci.com/github/apache/arrow/jobs/520528070 is related to my pull request changes https://github.com/apache/arrow/pull/10621 Any pointers would be helpful. Thanks, Tahsin

Requesting to be assigned a Jira issue

2021-06-11 Thread Tahsin Hassan
Hi all, I just submitted a Jira issue (https://issues.apache.org/jira/browse/ARROW-13056) and I would like to request a commiter to please assign the issue to me. I am following the process described in https://github.com/apache/arrow/blob/master/CONTRIBUTING.md for asking a commuter to assig

Re: [C++] libarrow isolation

2021-03-09 Thread Tahsin Hassan
rtunatly I feel a bit out of my > depth on linker issues. I hope someone else can give advice. > > Regards > > Antoine. > > > Le 05/03/2021 à 16:09, Tahsin Hassan a écrit : > > Hi, > > > > I was wondering whether folks had a chance to look over the mat

Re: [C++] libarrow isolation

2021-03-05 Thread Tahsin Hassan
Hi, I was wondering whether folks had a chance to look over the material and had any pointers for the proposed approach. If I should post in some other format or clarify something, please let me know. In the meantime, I will try out the steps we propose. Regards, Tahsin From: Tahsin Hassan

Re: [C++] libarrow isolation

2021-02-25 Thread Tahsin Hassan
? Regards Antoine. Le 23/02/2021 à 18:12, Tahsin Hassan a écrit : > Hi Antoine, > > MATLAB is using RTLD_GLOBAL. Hope that helps in clarifying the workflow. > > Regrards, > Tahsin > > > From: Antoine Pitrou > Sent: Monday, Febru

Re: [C++] libarrow isolation

2021-02-23 Thread Tahsin Hassan
Hi Antoine, MATLAB is using RTLD_GLOBAL. Hope that helps in clarifying the workflow. Regrards, Tahsin From: Antoine Pitrou Sent: Monday, February 22, 2021 9:41 AM To: dev@arrow.apache.org Subject: Re: [C++] libarrow isolation Le 22/02/2021 à 15:29, Tahsin

[C++] libarrow isolation

2021-02-22 Thread Tahsin Hassan
Hi all, MATLAB uses the Arrow C++ libraries (i.e. libarrow.so) to read and write Parquet files (https://www.mathworks.com/help/matlab/ref/parquetread.html) While exploring ways to integrate more tightly with Arrow, we've run into a symbol/library naming clash issue. When running pyarrow within

Building Arrow 0.15.1 using dependencies in local source folder

2019-11-14 Thread Tahsin Hassan
Hi all, I am trying to build out arrow 0.15.1. The dependencies for arrow, e.g. thrift, double-conversion are in a local source folder and we need to build the dependencies from that location. I read up on https://github.com/apache/arrow/blob/master/docs/source/developers/cpp.rst#offline-builds