4paradigm / OpenMLDB

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.
https://openmldb.ai
Apache License 2.0
1.58k stars 315 forks source link

Fail to add and remove columns for InternalRow when enabling UnsafeRowOpt #1363

Open tobegit3hub opened 2 years ago

tobegit3hub commented 2 years ago

Now all the last join test cases will fail if we use UnsafeRowOpt to add and remove extra columns.

So we cannot enable unsaferow and other optimiztions at the same time.

tobegit3hub commented 2 years ago

performance optimization for offline processing