Re: Question on Class Naming

2018-07-30 Thread Alan Gates
Class naming isn't very consistent across much of Hive. I'd name it GenericUDFTimestampAnsi or something that captures the fact that it's a UDF and not a cast. Alan. On Sat, Jul 28, 2018 at 8:23 PM Shawn Weeks wrote: > Hi, I’m working on a proper ansi sql to_timestamp function for a project >

Question on Class Naming

2018-07-28 Thread Shawn Weeks
Hi, I’m working on a proper ansi sql to_timestamp function for a project and I’d like it to be done so that I can contribute it. I’m trying to figure out what to call the class though. Normally I’d assume GenericUDFTimestamp would make sense to match the existing to_date function but currently t