Steven Phillips created DRILL-383:
-------------------------------------
Summary: Use static AtomicLong to ensure generated class names are
unique
Key: DRILL-383
URL: https://issues.apache.org/jira/browse/DRILL-383
Project: Apache Drill
Issue Type: Bug
Reporter: Steven Phillips
Assignee: Steven Phillips
Queries fail some times because the code generation will try to create a class
that already has been loaded. Making the classNumber variable in
TemplateClassDefinition static will ensure that the class names are unique.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)