Robert (Bobby) Evans

Results 257 comments of Robert (Bobby) Evans

The implementation of JsonToStructs and ScanJson have been combined, so now we need to validate this for both of them.

The java code right now hard codes a signed 32-bits as the size type in many places. We can switch it to 64-bits everywhere along with a dynamic check depending...

As a side note I was able to crash a spark query locally by trying to partition 512 columns into 100,000 partitions. It looks like the write produces so much...

I did some initial work looking at approach 1 when I filed the issue. The size of the database is not likely to be too horrible on a per time-zone...

This is mostly fixed, but if we try to read the data as a string, then it is not validated, it is just returned as a string. I see this...

I do want to add a bit more details about this after thinking about it more. I believe that we can write a GPU kernel that can do transitions to...

Currently this is throwing a NullPointerException in CUDF on the java side. I think we can probably fix it without too much trouble.

This appears to have been fixed. All of the tests pass.

Adding in some issues for testing too https://github.com/NVIDIA/spark-rapids/issues/9627 https://github.com/NVIDIA/spark-rapids/issues/9633