antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Why is STREAM load removed? #2

Closed liuexp closed 11 years ago

liuexp commented 11 years ago

Why is STREAM load removed? The current version can't parse load_lineitem.sql etc.

antonmks commented 11 years ago

The STREAM statement is not necessary anymore. Just use a regular LOAD statement. I have corrected it in the load scripts.

liuexp commented 11 years ago

Thanks.