antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Invalid column in select terminates Alenka #56

Closed Randolph42 closed 10 years ago

Randolph42 commented 10 years ago

select badcol from orders; terminate called after throwing an instance of 'thrust::system::system_error' what(): invalid argument

... called from CudaSet::addDeviceColumn

antonmks commented 10 years ago

I fixed this particular error, but there are a lot of situations where garbage-in means garbage-out. Changing that would require significantly more sophisticated parsing than there is now - so it is a task for a future.

Randolph42 commented 10 years ago

Thanks

On 6/04/14 11:01 PM, "Anton" notifications@github.com wrote:

I fixed this particular error, but there are a lot of situations where garbage-in means garbage-out. Changing that would require significantly more sophisticated parsing than there is now - so it is a task for a future.

‹ Reply to this email directly or view it on GitHub https://github.com/antonmks/Alenka/issues/56#issuecomment-39666560 .