Robert (Bobby) Evans
Robert (Bobby) Evans
@kishorvpatil any update on the comments from @HeartSaVioR ?
There are still a few places in the UI and in some test code that look like we are splitting on ":" to separate out a host from a port....
So this changes a `Values(null)` into a `Values()` That is not really what I would expect. I would prefer to have `Values(null)` insert a `null` into the list. `Values(null, "A")`...
@ifedorenko Without this kind of functionality using the shade plugin with multi-module projects is a huge pain, and would require us to use an external build system to coordinate the...
Probably want to see what happens if this matched more than a single list of readers.
After looking into this some more I think this is a bug in Spark and I filed an issue for it at https://issues.apache.org/jira/browse/SPARK-46778 But I don't think that makes our...
I love the idea of using bit-torrent, but bit-torrent does not support authentication or authorization, except through extensions like http://www.rasterbar.com/products/libtorrent/auth.html that ttorrent does not support. This is a bit of...
I understand the desire to not clutter things up too much with plug-ability. I am fine with just having a plan for auth initially. I am also happy to help...
I think we still have problems, but the underlying problem is being masked by bugs in the retry framework. I tried to run on a 48 GiB GPU with concurrent...
To be clear here the ultimate right fix here is to implement https://github.com/NVIDIA/spark-rapids/issues/7866