You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/15 00:48:53 UTC

[02/11] drill git commit: 1.4 release notes

1.4 release notes


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/a5ade478
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a5ade478
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a5ade478

Branch: refs/heads/gh-pages
Commit: a5ade478a58da97cd334555f31e586e2af167387
Parents: 7b62a91
Author: Kris Hahn <kr...@apache.org>
Authored: Mon Dec 14 10:32:13 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Mon Dec 14 15:46:37 2015 -0800

----------------------------------------------------------------------
 _docs/rn/007-1.4.0-rn.md | 105 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 105 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/a5ade478/_docs/rn/007-1.4.0-rn.md
----------------------------------------------------------------------
diff --git a/_docs/rn/007-1.4.0-rn.md b/_docs/rn/007-1.4.0-rn.md
new file mode 100644
index 0000000..a5dca04
--- /dev/null
+++ b/_docs/rn/007-1.4.0-rn.md
@@ -0,0 +1,105 @@
+---
+title: "Apache Drill 1.4.0 Release Notes"
+parent: "Release Notes"
+---
+
+**Release date:**  December 14, 2015
+
+Today, we're happy to announce the availability of Drill 1.4.0, providing the following bug fixes. 
+
+## Bug Fixes
+    
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3987'>DRILL-3987</a>] -         Create a POC VV extraction
+</li>
+</ul>
+                            
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-2288'>DRILL-2288</a>] -         ScanBatch violates IterOutcome protocol for zero-row sources [was: missing JDBC metadata (schema) for 0-row results...]
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-2618'>DRILL-2618</a>] -         BasicFormatMatcher calls getFirstPath(...) without checking # of paths is not zero
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-2687'>DRILL-2687</a>] -         TINYINT/SMALLINT&#39;s clean not-implemented-yet messages are missing or late for views 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-2769'>DRILL-2769</a>] -         many(?) JDBC methods throw non-SQLException exceptions (e.g., UnsupportedOperationException, RuntimeException)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3171'>DRILL-3171</a>] -         Storage Plugins : Two processes tried to update the storage plugin at the same time
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3739'>DRILL-3739</a>] -         NPE on select from Hive for HBase table
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3765'>DRILL-3765</a>] -         Partition prune rule is unnecessary fired multiple times. 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3786'>DRILL-3786</a>] -         Query with window function fails with IllegalFormatConversionException
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3854'>DRILL-3854</a>] -         IOB Exception : CONVERT_FROM (sal, int_be)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3893'>DRILL-3893</a>] -          Issue with Drill after Hive Alters the Table
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3938'>DRILL-3938</a>] -         Hive: Failure reading from a partition when a new column is added to the table after the partition creation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4049'>DRILL-4049</a>] -         Workmanager.StatusThread is not terminated when Drillbit is shutdown
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4082'>DRILL-4082</a>] -         Better error message when multiple versions of the same function are found by the classpath scanner
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4083'>DRILL-4083</a>] -         Drill not using HiveDrillNativeParquetScan if no column is needed to be read from HIVE
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4089'>DRILL-4089</a>] -         Make JSON pretty printing configurable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4094'>DRILL-4094</a>] -         Respect -DskipTests=true for JDBC plugin tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4108'>DRILL-4108</a>] -         Query on csv file w/ header fails with an exception when non existing column is requested
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4109'>DRILL-4109</a>] -         NPE in RecordIterator
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4119'>DRILL-4119</a>] -         Skew in hash distribution for varchar (and possibly other) types of data
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4125'>DRILL-4125</a>] -         Illegal argument exception during merge join 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4128'>DRILL-4128</a>] -         null pointer at org.apache.drill.exec.vector.accessor.AbstractSqlAccessor.getString(AbstractSqlAccessor.java:101)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4146'>DRILL-4146</a>] -         Concurrent queries hang in planner in ReflectiveRelMetadataProvider
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4159'>DRILL-4159</a>] -         TestCsvHeader sometimes fails due to ordering issue
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4165'>DRILL-4165</a>] -         IllegalStateException in MergeJoin for a query against TPC-DS data
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4176'>DRILL-4176</a>] -         Dynamic Schema Discovery is not done in case of Drill- Hive
+</li>
+</ul>
+                        
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-1522'>DRILL-1522</a>] -         Hbase convert_from queries are not pushed down
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-2601'>DRILL-2601</a>] -         Print SQL query text along with query id in drillbit.log
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3543'>DRILL-3543</a>] -         Add stats for external sort to a query profile
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4047'>DRILL-4047</a>] -         Select with options
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4053'>DRILL-4053</a>] -         Reduce metadata cache file size
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4081'>DRILL-4081</a>] -         Handle schema changes in ExternalSort
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4124'>DRILL-4124</a>] -         Make all uses of AutoCloseables use addSuppressed exceptions to avoid noise in logs
+</li>
+</ul>
+                                                                    
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-4111'>DRILL-4111</a>] -         turn tests off in travis as they don&#39;t work there
+</li>
+</ul>
+        
+<h2>        Test
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/DRILL-3791'>DRILL-3791</a>] -         Test JDBC plugin with MySQL
+</li>
+</ul>
\ No newline at end of file