Re: [C++] Parquet file read from s3

2024-12-15 Thread Surya Kiran Gullapalli
Any comments on this? Thanks, Surya On Sat, 30 Nov 2024 at 09:50, Surya Kiran Gullapalli < suryakiran.gullapa...@gmail.com> wrote: > Please find the sample source code (fully working, except for aws keys and > s3 paths for parquet files) > > #include > > #include > #include > #include > #incl

Re: [C++] Parquet file read from s3

2024-11-29 Thread Surya Kiran Gullapalli
Please find the sample source code (fully working, except for aws keys and s3 paths for parquet files) #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #inc

Re: [C++] Parquet file read from s3

2024-11-28 Thread Surya Kiran Gullapalli
Thanks for the quick response. When the file sizes are small (less than 10MB), I'm not seeing much difference (not noticeable). But beyond that I'm seeing difference. I'll send a snippet in due course. Surya On Thu, Nov 28, 2024 at 6:37 PM Raúl Cumplido wrote: > Thanks for raising the issue. >

Re: [C++] Parquet file read from s3

2024-11-28 Thread Raúl Cumplido
Thanks for raising the issue. Could you share a snippet of the code you are using on how are you reading the file? Is your decrease on performance also happening with different file-sizes or is the file-size related to your issue? Thanks, Raúl El jue, 28 nov 2024, 13:58, Surya Kiran Gullapalli