Arun Jose

Results 14 comments of Arun Jose

Hi Everyone, If anybody else is facing this issue, I found a possible implementation in the below blog: [django-3_ AWS](https://igonato.com/django-3-celery-aws-elastic-beanstalk/) I was not able to try this out as I...

hey @punisher21maximum , have you tried out the blog post??

I tried with 4.1.6 from [conda](https://anaconda.org/conda-forge/openmpi) I could observe the same hang. Did you try this on a Intel(R) Xeon(R) Platinum 8468 machine, because as mentioned earlier the test code...

@YarShev I was looking into [Anti-pattern: Passing the same large argument by value repeatedly harms performance](https://docs.ray.io/en/latest/ray-core/patterns/pass-large-arg-by-value.html). In query_compiler.merge and query_compiler.join operations. The large values used for eg in[ right_pandas =...

> Great start on solving this problem! Is it possible to avoid so many of the test changes? The most changes in tests are disabling few checks as it wont...

With the introduction of the small query compiler, we need to test the **interoperability between DataFrames** using different query compilers. For example, performing a binary operation between a DataFrame with...

@nightscape I got this error . When using insecure parameter in my windows machine. pyarrow._flight.FlightUnavailableError: Flight returned unavailable error, with message: failed to connect to all addresses; last error: UNKNOWN:...

After the first implementation of small QC is done, I will open a PR with interoperablilty and have unit tests to verify if the API works with single set of...

Hi @wanghaisheng , In the issue could not find how much time modin takes, and to me it was not quite clear how many rows were there in your original...

Workaround by @Akinpellumie seems to work for me as well. Is there someway to trigger PerformClick() from MAUI as crossplatform? In the [MAUI docs](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/picker?view=net-maui-9.0) it is mentioned "When the [Picker](https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.picker)...