Re: Overflow detection in Drill

2016-07-26 Thread Ted Dunning
; > > On Tue, Jul 26, 2016 at 2:07 AM, Khurram Faraaz <kfar...@maprtech.com> > wrote: > > > Hi All, > > > > As of today Drill does not handle overflow detection and does not report > > that was an overflow to users, instead we just return results that are >

Re: Overflow detection in Drill

2016-07-26 Thread Khurram Faraaz
t in detail) in the past. > > It would be great if Drill also handled overflow detection in data of type > (int, bigint etc) like other existing DBMSs do. Users will not want to see > incorrect/wrong results, instead an error that informs users that there was > an overflow will make more sense. &

Overflow detection in Drill

2016-07-25 Thread Khurram Faraaz
Hi All, As of today Drill does not handle overflow detection and does not report that was an overflow to users, instead we just return results that are incorrect. This issue has been discussed (but not in detail) in the past. It would be great if Drill also handled overflow detection in data