Github user cramja commented on the issue: https://github.com/apache/incubator-quickstep/pull/109 Note: this crashes GCC5. I'm not sure what to do about this. Maybe @navsan or @hakanmemisoglu (hakan the compiler man) might have some advice. ``` <lambda(auto:1*)>]â /fastdisk/quickstep/storage/ValueAccessorUtil.hpp:263:55: Â required from âauto quickstep::InvokeOnAnyValueAccessor(quickstep::ValueAccessor*, const FunctorT&) [with FunctorT = quickstep::SplitRowStoreTupleStorageSubBlock::bulkInsertPartialTuplesImpl(const quickstep::splitrow_internal::CopyGroupList&, quickstep::ValueAccessor*, std::size_t) [with bool copy_nulls = true; bool copy_varlen = true; bool fill_to_capacity = true; quickstep::tuple_id = int; std::size_t = long unsigned int]::<lambda(auto:1*)>]â /fastdisk/quickstep/storage/SplitRowStoreTupleStorageSubBlock.cpp:342:27: Â required from âquickstep::tuple_id quickstep::SplitRowStoreTupleStorageSubBlock::bulkInsertPartialTuplesImpl(const quickstep::splitrow_internal::CopyGroupList&, quickstep::ValueAccessor*, std::size_t) [with bool copy_nulls = true; bool copy_varlen = true; bool fill_to_capacity = true; quickstep::tuple_id = int; std::size_t = long unsigned int]â /fastdisk/quickstep/storage/SplitRowStoreTupleStorageSubBlock.cpp:278:94: Â required from here /fastdisk/quickstep/storage/SplitRowStoreTupleStorageSubBlock.cpp:325:68: internal compiler error: in tsubst_copy, at cp/pt.c:13040 Â Â const std::size_t num_c_attr = copy_groups.contiguous_attrs_.size(); Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ^ Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions. ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---