0: jdbc:drill:schema=dfs> select
. . . . . . . . . . . . > c_integer,
. . . . . . . . . . . . > row_number() over (order by c_date desc),
. . . . . . . . . . . . > ntile(100) over (order by c_date, c_timestamp )
. . . . . . . . . . . . > from
. . . . . . . . . . . . > j2
. . . . . . . . . . . . > ;
Error: SYSTEM ERROR: UnsupportedOperationException: Unable to get value vector class for minor type [LATE] and mode [OPTIONAL]
Fragment 0:0
[Error Id: 1912dd81-dda4-4576-9bd9-420189ff57fe on atsqa4-133.qa.lab:31010] (state=,code=0)