UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Storage manager does not panic when inserting a row with too many columns #105

Open kpgaffney opened 4 years ago

kpgaffney commented 4 years ago

As @srora pointed out, the storage manager just ignores the extra columns when inserting a row into a block. Instead it should panic! or return an Err. On a related note, the parameter schema in the constructor of BlockPoolDestinationRouter should be renamed to output_schema to disambiguate input vs. output.