oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Major behavioral difference between java array-backed homogen table and native-heap backed homogen table.

Open cnuernber opened this issue 3 years ago • 1 comments

Describe the bug

The bytebuffer homogen table does not write to the buf argument to getBlockOfRows while the array buffer implementation does. Furthermore the bytebuffer homogen table forces the row-block to be allocated again meaning there needs to be another 2x dataset size memory available.

cnuernber avatar Jan 11 '21 23:01 cnuernber

Hi @cnuernber Thanks for pointing out this issue. We'll check it and come back with an answer as soon as possible

PivovarA avatar Feb 01 '21 08:02 PivovarA

Java support is deprecated in oneDAL and will be moved to https://github.com/oap-project/oap-mllib/pull/336

napetrov avatar Aug 18 '23 12:08 napetrov