Jason Altekruse created DRILL-1966: -------------------------------------- Summary: Fix mock data generation for date, time and decimal types Key: DRILL-1966 URL: https://issues.apache.org/jira/browse/DRILL-1966 Project: Apache Drill Issue Type: Test Components: Execution - Data Types Reporter: Jason Altekruse Assignee: Daniel Barclay (Drill/MapR) Priority: Minor
Currently the mock data generation code is shared among all of the vectors created by a single freemarker template. Thus all of the types that are generated by the FixedValueVectors.java template all use the same method that fills values with alternating min/max byte values. This produces invalid data for the decimal, time and date types. -- This message was sent by Atlassian JIRA (v6.3.4#6332)