Hi Quicksteppers I just came across this warning in the documentation for TupleStorageSubBlock::bulkInsertTuples and bulkInsertTuplesWithRemappedAttributes functions. Can someone explain what it means? Cheers, Nav
https://github.com/apache/incubator-quickstep/blob/expt_bloom_filter_hash_fn/storage/TupleStorageSubBlock.hpp#L253 <https://github.com/apache/incubator-quickstep/blob/expt_bloom_filter_hash_fn/storage/TupleStorageSubBlock.hpp#L253> * @warning The inserted tuples may be placed in an "incorrect" or * sub-optimal locations in this TupleStorageSubBlock. The only * methods which are safe to call between bulkInsertTuples() and * rebuild() are insertTupleInBatch(), bulkInsertTuples(), and * bulkInsertTuplesWithRemappedAttributes().
