[jira] [Created] (DRILL-7283) Unit Tests for UDFs in Contrib folder failing

2019-06-04 Thread Charles Givre (JIRA)
Charles Givre created DRILL-7283: Summary: Unit Tests for UDFs in Contrib folder failing Key: DRILL-7283 URL: https://issues.apache.org/jira/browse/DRILL-7283 Project: Apache Drill Issue

Re: [DISCUSSION] DRILL-7097 Rename MapVector to StructVector

2019-06-04 Thread Paul Rogers
Hi Bohdan, As you note, the two constraints we nave are 1) avoiding breaking compatibility, and 2) providing the true map (DICT) type. As we noted, the DICT type will allow SqlLine to present the type as a map. There seem to be advantages to reusing existing work where possible. You have

[jira] [Created] (DRILL-7282) Apache Drill using Outdated Version of many Libraries

2019-06-04 Thread Ayush Sharma (JIRA)
Ayush Sharma created DRILL-7282: --- Summary: Apache Drill using Outdated Version of many Libraries Key: DRILL-7282 URL: https://issues.apache.org/jira/browse/DRILL-7282 Project: Apache Drill

Re: [DISCUSSION] DRILL-7097 Rename MapVector to StructVector

2019-06-04 Thread Bohdan Kazydub
Hi Paul, if I understood you correctly, you are talking about implementation of "true map" as list of STRUCT (which is currently named MAP in Drill). While this implementation is viable we still do need to introduce a new type for such "true map" as REPEATED MAP is still a different data type.