COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Minor fix loader #7

Closed hugy718 closed 2 years ago

hugy718 commented 2 years ago

This PR has two minor fixes related to data loader codes

  1. remove outdated comments in data loading example codes
  2. remove the conversion of TupleReader to string before passing to tuple parser. Relaxing such constrains makes data loader config to define customized tuple reader and parser use types known to them.