rapidsai / gpu-bdb

RAPIDS GPU-BDB
Apache License 2.0
107 stars 44 forks source link

Update use of deprecated api for 22.04 #231

Closed ayushdg closed 2 years ago

ayushdg commented 2 years ago

Updates the use of to_array in query 05 since it was deprecated.

Updates the use of find_multiple in q18 since it now returns a list column instead of a host array (previous behavior).