Github user cramja commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/129#discussion_r88499673
  
    --- Diff: storage/InsertDestination.hpp ---
    @@ -517,6 +527,12 @@ class PartitionAwareInsertDestination : public 
InsertDestination {
           ValueAccessor *accessor,
           bool always_mark_full = false) override;
     
    +  void bulkInsertTuplesFromValueAccessors(
    +      const std::vector<std::pair<ValueAccessor *, 
std::vector<attribute_id>>> &accessor_attribute_map,
    +      bool always_mark_full = false) override  {
    +    FATAL_ERROR("bulkInsertTuplesFromValueAccessors is not implemented for 
PartitionAwareInsertDestination");
    --- End diff --
    
    Same as above `LOG(FATAL)`


---
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.
---

Reply via email to