Messages by Date
-
2014/06/25
[06/14] git commit: DRILL-1068: Reduce memory consumption of various operators. Add more memory stats to query profile.
jacques
-
2014/06/25
[12/14] git commit: Fix for sort ordering: canonicalize incoming batches in top-n
jacques
-
2014/06/25
[13/14] git commit: Fix some EPOLL bugs and disable for now.
jacques
-
2014/06/25
[05/14] git commit: DRILL-1071: Update local pstore provider to hold data when running in write disabled mode. Allows use of web guy for profile viewing while debugging.
jacques
-
2014/06/25
[03/14] git commit: DRILL-1069: Rename RandomReceiver to UnorderedRecevier.
jacques
-
2014/06/20
git commit: Fix RangeDoubleValidator to correctly order constructor arguments.
jacques
-
2014/06/20
[13/32] DRILL-875: Fixes for DRILL-707, DRILL-780, DRILL-835 (Schema change), DRILL-852, DRILL-876, DRILL_877, DRILL-878, DRILL-890
jacques
-
2014/06/20
[03/32] git commit: DRILL-1006 : Fix case expression when conditions are expression of nullable types.
jacques
-
2014/06/20
[04/32] git commit: DRILL-1020: Fix bug in dynamic allocation
jacques
-
2014/06/20
[08/32] git commit: DRILL-1008: Update the way that Windows sqlline.bat composes its classpath
jacques
-
2014/06/20
[09/32] git commit: DRILL-953: Handle the case in which /var/log/drill does not exist
jacques
-
2014/06/20
[01/32] git commit: DRILL-993: Remove redundant comparison in comparison operator generated by FreeMarker template.
jacques
-
2014/06/20
[17/32] git commit: DRILL-870: C++ Client. Support negative interval types.
jacques
-
2014/06/20
[07/32] git commit: DRILL-1023: Fix issue where joins are over estimated causing excess parallelization. Use correct interfaces for retrieving row counts.
jacques
-
2014/06/20
[32/32] git commit: Allocate buffers when the data empty so that downstream operators do not fail in VV transfer
jacques
-
2014/06/20
[24/32] git commit: DRILL-1049: Handle few types missing in ExpressionStringBuilder and ExpressionTreeMaterializer.castEqual
jacques
-
2014/06/20
[10/32] git commit: DRILL-1022: Increase default min hash table size and allow setting min/max size for hash table.
jacques
-
2014/06/20
[06/32] git commit: DRILL-1007: Unify handling of negative values in Decimal28 and Decimal38 data type
jacques
-
2014/06/20
[21/32] git commit: DRILL-1016: Propagate negative sign while casting from decimal18 to decimal38
jacques
-
2014/06/20
[05/32] git commit: DRILL-1009: Remove 'HBasePStoreProvider' from HBase storage module's drill-module.conf
jacques
-
2014/06/20
[23/32] git commit: DRILL-1015: Move compound identifier converter step into Sql parser.
jacques
-
2014/06/20
[22/32] git commit: DRILL-1019: Handle multilpication overflow for decimal38 data type
jacques
-
2014/06/20
[18/32] git commit: DRILL-898: C++ Client. Fix decimal data type.
jacques
-
2014/06/20
[16/32] git commit: DRILL-748: C++ Client. Support timestamp/date before unix time and handle y2028 problem.
jacques
-
2014/06/20
[02/32] git commit: DRILL-772 : Change comparison operator to use NULL_IF_NULL policy, when inputs are nullable type.
jacques
-
2014/06/20
[31/32] git commit: DRILL-650: Left outer join sometimes fails sometimes with Failure while setting up Foreman error
jacques
-
2014/06/17
svn commit: r912884 - in /websites/staging/drill/trunk/content: ./ drill/index.html
buildbot
-
2014/06/17
svn commit: r912885 - /websites/production/drill/content/
tnachen
-
2014/06/17
svn commit: r1603359 - /incubator/drill/site/trunk/content/drill/index.html
tnachen
-
2014/06/17
[09/13] git commit: DRILL-1001: Expanded ProfileWrapper content and formatting.
jacques
-
2014/06/17
[05/13] git commit: Add alias names date_diff, date_sub alias to date subtraction functions
jacques
-
2014/06/17
[01/13] git commit: DRILL-1002: Fix TestSqlBracketlessSyntax.checkComplexExpressionParsing() on Windows
jacques
-
2014/06/17
[10/13] git commit: DRILL-699: Allow case insensitive function names in queries.
jacques
-
2014/06/17
[03/13] git commit: Commit dd2ae0ae got lost during merge, reintroducing the race condition.
jacques
-
2014/06/17
[12/13] git commit: Enhancements to capture HashAggregate and HashJoin runtime metrics.
jacques
-
2014/06/17
[13/13] git commit: Improve OperatorStats to avoid leaking state. Fix issue where HashJoinBatch throws NPE in stats tracking if we don't have HashTable.
jacques
-
2014/06/17
[06/13] git commit: DRILL-976: Fix extract second to return only second portion of interval; exclude hours, minutes
jacques
-
2014/06/17
[04/13] git commit: DRILL-793: Fix output type's scale and precision for math functions.
jacques
-
2014/06/17
[07/13] git commit: DRILL-995: Removed inner form (which is not allowed). Fixed NPE and URLs.
jacques
-
2014/06/17
[11/13] git commit: DRILL-842: Aggregate function for correlation coefficient calculation
jacques
-
2014/06/17
[08/13] git commit: Improve error messaging for OperatorStats assertion messages.
jacques
-
2014/06/16
svn commit: r1603063 - /incubator/drill/site/trunk/content/drill/index.html
tnachen
-
2014/06/16
svn commit: r912814 - in /websites/staging/drill/trunk/content: ./ drill/index.html
buildbot
-
2014/06/16
svn commit: r912815 - /websites/production/drill/content/
tnachen
-
2014/06/16
[16/32] git commit: More stats fixes: Ensure we are calling the stats enabled next() method in the template classes for HashJoin, HashAggregate and StreamingAggregate.
jacques
-
2014/06/16
[05/32] git commit: DRILL-735: Refactor HiveRecordReader
jacques
-
2014/06/16
[19/32] git commit: DRILL-727: During logical transformation phase use the Project's traits instead of input traits when creating a DrillProjectRel.
jacques
-
2014/06/16
[23/32] DRILL-933: Remove old physical operator cost & size concepts, add automatic size-based parallelization
jacques
-
2014/06/16
[30/32] git commit: Switch Infinispan to SYNC mode and add cache future handling.
jacques
-
2014/06/16
[22/32] git commit: DRILL-932: Add support for bracketless complex expressions in SQL queries.
jacques
-
2014/06/16
[14/32] git commit: DRILL-954: Exclude servlet-api from classpath, and exclude duplicate servlet-api dependencies
jacques
-
2014/06/16
[07/32] git commit: DRILL-735: Add a unittest to test reading from Hive table with all supported data types of partitions and fields.
jacques
-
2014/06/16
[17/32] git commit: More stats fixes: In PlanningSet, get majorFragmentId from the physical plan.
jacques
-
2014/06/16
[18/32] git commit: DRILL-585: Switch getObject in SQL accessors to return java.sql.* types.
jacques
-
2014/06/16
[20/32] git commit: DRILL-974: Windows sqlline.bat - Correctly handle spaces in the path to the Drill directory. Previously, if Drill was on a path such as for example, C:\My Home Dir\Drill Work\apache-drill-1.0.0-m2-incubating-SNAPSHOT, then sqlline.bat
jacques
-
2014/06/16
[31/32] git commit: DRILL-937: Optimize boolean and/or operator with short circuit evaluation in run-time generated code.
jacques
-
2014/06/16
[21/32] git commit: DRILL-977: changed container style to fluid. Added column filter.
jacques
-
2014/06/16
[26/32] git commit: Update ControlConnection so that we don't block on backup. Control messages should be allowed in band.
jacques
-
2014/06/16
[28/32] git commit: DRILL-958: Fix Parquet bug with fixed width nullable column.
jacques
-
2014/06/16
[29/32] git commit: DRILL-247: Math Functions List of math functions : rand, cbrt, exp, log(a), log(a, base), pi, degrees, radians Code formatting Review Comments: Removed rand function, Moved pi away from codegen Implemented Decimal9 & Decimal18 support f
jacques
-
2014/06/16
[06/32] git commit: DRILL-957: Fix schema failures when querying a partitioned Avro table in Hive.
jacques
-
2014/06/16
[10/32] git commit: DRILL-981: Display content of map object in the same order of original JSON object.
jacques
-
2014/06/16
[32/32] git commit: Merge fixes.
jacques
-
2014/06/16
[04/32] git commit: DRILL-836: Drill needs to return complex types (e.g., map and array) as a JSON string
jacques
-
2014/06/16
[12/32] git commit: DRILL-534: Re-enable TPCH04
jacques
-
2014/06/16
[13/32] git commit: DRILL-980: Add profile summary to web ui
jacques
-
2014/06/16
[01/32] DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava classes
jacques
-
2014/06/16
[27/32] git commit: DRILL-978: Consider output type when we cost matching FunctionCall to FunctionHolder
jacques
-
2014/06/16
[11/32] git commit: DRILL-482 : Return null value if cast function input is a null expression.
jacques
-
2014/06/16
[08/32] git commit: DRILL-735: Refactor Hive storage testcases into a separate test class
jacques
-
2014/06/12
[03/24] git commit: DRILL-944: Fix overflow while adding Time + Interval data type
jacques
-
2014/06/12
[12/24] git commit: DRILL-964: Allow enabling/disabling storage plugin instance from UI
jacques
-
2014/06/12
[01/24] git commit: DRILL-660: Fix errors when querying a hive table with no data.
jacques
-
2014/06/12
[16/24] git commit: DRILL-946: Fix minor bug in casting decimal to double
jacques
-
2014/06/12
[08/24] git commit: DRILL-521: Fix failures in metadata conversion of Hive tables for INFORMATION_SCHEMA
jacques
-
2014/06/12
[09/24] git commit: DRILL-537: Add a unittest that reads from a Hive table which has all supported data types in Hive->Drill.
jacques
-
2014/06/12
[07/24] git commit: DRILL-773: Add test for aggregate function with drill custom function The actual fix is in Optiq.
jacques
-
2014/06/12
[23/24] git commit: Fix regression caused by DRILL-521
jacques
-
2014/06/12
[17/24] git commit: DRILL-969: Improvements to ValueVector allocations
jacques
-
2014/06/12
[21/24] git commit: DRILL-909: Handle OOM in UnlimitedRawBatchBuffer
jacques
-
2014/06/12
[19/24] git commit: DRILL-548: Re-enable tpch13
jacques
-
2014/06/12
[15/24] git commit: DRILL-858: Fix bugs in handling Hive views in INFORMATION_SCHEMA generation.
jacques
-
2014/06/12
[24/24] git commit: Fix execution of tests that are run multiple times.
jacques
-
2014/06/12
[11/24] git commit: DRILL-678: Fix maxLen of varchar and precision of decimal type in InfoSchema.
jacques
-
2014/06/12
[06/24] git commit: DRILL-502: Fix running sum type for average function.
jacques
-
2014/06/12
[18/24] git commit: DRILL-863: Sort column IDs in text reader
jacques
-
2014/06/12
[20/24] git commit: DRILL-600: Support planning for Union-All. Added infrastructure for planning Union-Distinct (not enabled yet).
jacques
-
2014/06/12
[13/24] git commit: DRILL-963: Fix Hive test [TestViews.testInfoSchemaWithView()] on Windows
jacques
-
2014/06/12
[14/24] git commit: DRILL-965: Close underlying buffers/channels when FragmentContext is closed.
jacques
-
2014/06/12
[22/24] git commit: DRILL-956: Fix issue where LocalPStore provider doesn't have correct Constructor signature
jacques
-
2014/06/12
[10/24] git commit: DRILL-677: Convert Hive data types to nullable SQL types in metadata conversion.
jacques
-
2014/06/12
[05/24] git commit: DRILL-738: Add test for left, right and replace function from sql
jacques
-
2014/06/12
[02/24] git commit: DRILL-790: In FragmentExecutor if operator tree init fails notify failure to root fragment to avoid query hangs.
jacques
-
2014/06/12
[04/24] git commit: DRILL-720: Add secondary cast rules to be able to implicitly cast to VARBINARY (from VARCHAR, INT, BIGINT, FLOAT4, FLOAT8)
jacques
-
2014/06/12
svn commit: r1602220 - /incubator/drill/site/trunk/content/drill/index.html
jacques
-
2014/06/11
svn commit: r912297 - /websites/production/drill/content/
tdunning
-
2014/06/11
svn commit: r1602051 - /incubator/drill/site/trunk/content/drill/index.html
tdunning
-
2014/06/11
svn commit: r912296 - in /websites/staging/drill/trunk/content: ./ drill/index.html
buildbot
-
2014/06/11
svn commit: r912292 - /websites/staging/drill/trunk/content/
buildbot
-
2014/06/11
svn commit: r912293 - /websites/production/drill/content/
tdunning
-
2014/06/11
svn commit: r1602041 - /incubator/drill/site/trunk/content/drill/img/apache-drill-logo2.png
tdunning
-
2014/06/11
svn commit: r912290 - in /websites/staging/drill/trunk/content: ./ drill/img/apache-drill-logo2.png
buildbot
-
2014/06/11
svn commit: r1602039 - /incubator/drill/site/trunk/content/drill/img/apache-drill-logo2.png
tdunning
-
2014/06/10
[32/61] [abbrv] git commit: DRILL-865: Interface changes to AbstractRecordBatch to enable easy collection of stats. Add BaseRootExec as a wrapper to collect stats for senders.
jacques
-
2014/06/10
[31/61] [abbrv] git commit: Add BaseRootExec which will enable collection of stats for Senders Add SenderStats that collects stats specific to senders.
jacques
-
2014/06/10
[37/61] [abbrv] git commit: DRILL-751/DRILL-806: View info in INFORMATION_SCHEMA
jacques
-
2014/06/10
[55/61] [abbrv] git commit: Adding License headers.
jacques
-
2014/06/10
[35/61] [abbrv] git commit: Curator needs to be started before ServiceCache can be built.
jacques
-
2014/06/10
[23/61] [abbrv] Adding HBase Persistent Store.
jacques
-
2014/06/10
[29/61] [abbrv] git commit: Drill configuration changes
jacques
-
2014/06/10
[22/61] [abbrv] git commit: Log Drillbit environment at start up.
jacques
-
2014/06/10
[53/61] [abbrv] git commit: Split UI endpoints into multiple resources.
jacques
-
2014/06/10
[01/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence.
jacques
-
2014/06/10
[51/61] [abbrv] git commit: DRILL-930: Support date read/write in parquet.
jacques
-
2014/06/10
[40/61] [abbrv] git commit: DRILL-736: Fix DESCRIBE issues when the selected table exists in more than one schema.
jacques
-
2014/06/10
[43/61] [abbrv] git commit: Fix race condition in Foreman.runPhysicalPlan() between setting total fragment count and increment finished fragments
jacques
-
2014/06/10
[45/61] [abbrv] DRILL-927: Run-time code generation support for reading Complex Type.
jacques
-
2014/06/10
[15/61] [abbrv] git commit: DRILL-887: TestQueriesOnLargeFile.testMergingReceiver fails on Windows
jacques
-
2014/06/10
[60/61] [abbrv] git commit: Disable failing test and increase testing memory allocation
jacques
-
2014/06/10
[57/61] [abbrv] git commit: Fix regression with using views inside and outside schema due to persistent changes.
jacques
-
2014/06/10
[41/61] [abbrv] git commit: DRILL-666: Show Tables should only list tables in the current database.
jacques
-
2014/06/10
[26/61] [abbrv] git commit: DRILL-909: TestSimpleExternalSort.outOfMemoryExternalSort() hangs with use of UnlimitedRawBatchBuffer
jacques
-
2014/06/10
[21/61] [abbrv] git commit: DRILL-925: fix issues with dynamic memory allocation
jacques
-
2014/06/10
[49/61] [abbrv] git commit: DRILL-929: Fix for bug in transferTo leading to incorrect value counts and Deadbufs downstream.
jacques
-
2014/06/10
[59/61] [abbrv] git commit: Remove value count assertion in iterator validator until things fixed.
jacques
-
2014/06/10
[52/61] [abbrv] git commit: DRILL-666: Show Tables should only list tables in the current database.
jacques
-
2014/06/10
[33/61] [abbrv] git commit: Added 'extlib' folder which will contain 3rd party jars which override jars from other (Hadoop, HBase) projects.
jacques
-
2014/06/10
[25/61] [abbrv] git commit: Disable store persistence for unit tests.
jacques
-
2014/06/10
[34/61] [abbrv] git commit: add servlets to expose server level metrics.
jacques
-
2014/06/10
[54/61] [abbrv] git commit: web cleanup, enable multiphase and increase broadcast threshold
jacques
-
2014/06/10
[61/61] [abbrv] git commit: Disable ParquetWriter test due to memory consumption.
jacques
-
2014/06/10
[16/61] [abbrv] Use PStore for profiles, partial profiles on running queries
jacques
-
2014/06/10
[56/61] [abbrv] git commit: revert accidental merge of direct memory test settings
jacques
-
2014/06/10
[07/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence.
jacques
-
2014/06/10
[36/61] [abbrv] git commit: Do not uppercase storage plugin configuration names.
jacques
-
2014/06/10
[44/61] [abbrv] git commit: Allow specifying lilith's log appender endpoint using environment variable 'LILITH_HOSTNAME'
jacques
-
2014/06/10
[27/61] [abbrv] git commit: Delete views after test and close ResultSet objects after use
jacques
-
2014/06/10
[30/61] [abbrv] git commit: Add Web UIs using templates.
jacques
-
2014/06/10
[42/61] [abbrv] git commit: DRILL-630: Substr() function
jacques
-
2014/06/10
[28/61] [abbrv] git commit: Enable editing of storage plugin via http
jacques
-
2014/06/10
[19/61] [abbrv] Use PStore for profiles, partial profiles on running queries
jacques
-
2014/06/10
[47/61] [abbrv] git commit: DRILL-753: change hdp profile - version of hadoop-common being used was deprecated
jacques
-
2014/06/10
[48/61] [abbrv] git commit: DRILL-905: sqlline.bat for Windows - updated
jacques
-
2014/06/10
[50/61] [abbrv] git commit: DRILL-914: Return milliseconds and second component in extract(second from date_time_types) functions.
jacques
-
2014/06/10
[38/61] [abbrv] DRILL-760: Move information schema to use POJO record reader
jacques
-
2014/06/10
[58/61] [abbrv] git commit: DRILL-943 - Enable/disable Storage Plugin Instance
jacques
-
2014/06/08
[03/11] git commit: Reset fragment allocation for each minor fragment
jacques
-
2014/06/08
[08/11] git commit: Disable EXTRA_DEBUG in streaming agg
jacques
-
2014/06/08
[07/11] git commit: Reset outputCount on each outgoing batch in Streaming Aggregate
jacques
-
2014/06/08
[05/11] git commit: enable extra debug on stream agg
jacques
-
2014/06/08
[02/11] git commit: Logging to track allocator initial reservation
jacques
-
2014/06/08
[10/11] git commit: Make sure all minorFragments get work in scan
jacques
-
2014/06/08
[06/11] git commit: add additional logging messages.
jacques
-
2014/06/08
[04/11] git commit: more logging in streaming agg
jacques
-
2014/06/08
[11/11] git commit: Update Data Collection and batch buffers to one or all streams for auto read depending on use.
jacques
-
2014/06/08
[09/11] git commit: Fix an issue with keys output for multiple output batches of hash aggregate.
jacques
-
2014/06/08
[01/11] git commit: Fix DRILL-926: Index out of bound exception when creating outgoing filter record batch when incoming SV mode is NONE.
jacques
-
2014/06/06
[3/4] git commit: DRILL-913: Fix IOOB in HashJoinProbe when input is empty batch
jacques
-
2014/06/06
[1/4] git commit: DRILL-918: During Sort, handle the case where the child SelectionVector produces 0 records.
jacques
-
2014/06/06
[2/4] git commit: DRILL-799: Use static constants instead of Math.pow() to compute powers of 10 while adjusting scale of decimal data type.
jacques
-
2014/06/06
[4/4] git commit: DRILL-924: Update trim so that it synchronized within the arena to avoid inconsistent state.
jacques
-
2014/06/05
[15/23] git commit: DRILL-892: Send Batch is leaking memory when send fails to establish connection to remote fragment.
jacques
-
2014/06/05
[01/23] git commit: Allow disabling of memory leak query termination using -Ddrill.exec.debug.error_on_leak=false
jacques
-
2014/06/05
[21/23] git commit: disable multiphase aggregate by default
jacques
-
2014/06/05
[17/23] git commit: Support multiple output batches for hash aggr.
jacques
-
2014/06/05
[11/23] git commit: Disable TPCH13 due to flapping ioob
jacques
-
2014/06/05
[02/23] git commit: add digest of group scan to scan rel.
jacques
-
2014/06/05
[04/23] git commit: DRILL-575: Modify rpad, lpad functions in DrillOptiq to add default padding parameter if one isn't specified.
jacques
-
2014/06/05
[10/23] git commit: DRILL-322 - drill_dumpcat script works more like the other scripts now
jacques
-
2014/06/05
[08/23] git commit: Small fix to date casting function. Make cartesian join infinite cost (not supported yet). Enable additional running TPCH queries.
jacques
-
2014/06/05
[12/23] git commit: DRILL-904: Fixes in project push down are causing HBase Filter pushdown to plan indefinitely.
jacques
-
2014/06/05
[23/23] git commit: disable failing time stamp conversion on linux
jacques
-
2014/06/05
[20/23] git commit: Turn off invalid project push down tests until DRILL-912 is fixed.
jacques
-
2014/06/05
[07/23] git commit: DRILL-710: Fix sign function to always return integer type.
jacques
-
2014/06/05
[03/23] git commit: Update projection pushdown so that it rewrites row type of scan.
jacques
-
2014/06/05
[14/23] git commit: DRILL-869: ExprParser fails when operators have space in name.
jacques
-
2014/06/05
[22/23] git commit: DRILL-894: Update Dependency of com.googlecode.maven-download-plugin:download-maven-plugin:jar:1.2.0-SNAPSHOT to com.googlecode.maven-download-plugin:download-maven-plugin:jar:1.2.0
jacques
-
2014/06/05
[09/23] git commit: DRILL-908: NullableValueVector bug causes all values pulled out to be reported as non-null
jacques
-
2014/06/05
[06/23] git commit: DRILL-893: Remove unnecessary extract functions from time data type causing implicit cast errors. Enable tpch07.
jacques
-
2014/06/05
[05/23] git commit: DRILL-758: Implement to_timestamp that accepts seconds from epoch as input.
jacques
-
2014/06/05
[19/23] git commit: DRILL-901: Fix Parquet read bug with VarBinary.
jacques
-
2014/06/05
[18/23] git commit: DRILL-574: Fix RPAD to truncate from right, when desired length is smaller than input length.
jacques
-
2014/06/05
[13/23] git commit: DRILL-903: Cleanup exising ValueVectors before allocating new ones in StringOutputRecordWriter.updateSchema.
jacques
-
2014/06/05
[16/23] git commit: Enable FragmentExecutor to catch assertion errors and return to client.
jacques
-
2014/06/02
[3/6] git commit: DRILL-874 : Fix code to handle splitAndTransferTo in BitVector, when copy is required.
jacques
-
2014/06/02
[2/6] git commit: DRILL-853: Enable broadcast joins and fix some issues with BroadcastExchange and ScreenCreator.
jacques
-
2014/06/02
[1/6] git commit: DRILL-864: MergeJoinBatch fails to set record count in ValueVectors in container
jacques
-
2014/06/02
[5/6] git commit: DRILL-855: Improve work assignment parallelization
jacques
-
2014/06/02
[4/6] git commit: DRILL-818: Fix output type while adding date and interval types.
jacques
-
2014/06/02
[6/6] git commit: DRILL-672: Queries against HBase table do not close after the data is returned.
jacques
-
2014/05/29
[06/15] DRILL-423: C++ Client. Initial implementation (reviewed)
jacques
-
2014/05/29
[12/15] DRILL-423: C++ Client. Initial implementation (reviewed)
jacques
-
2014/05/29
[02/15] git commit: DRILL-856: Reduce code-generation size for MergingReceiver
jacques
-
2014/05/29
[03/15] DRILL-423: C++ Client. Initial implementation (reviewed)
jacques
-
2014/05/29
[01/15] git commit: DRILL-854: PartitionSender generated code is too large
jacques
-
2014/05/28
[4/4] git commit: DRILL-665: Handle null values in case expressions (contd).
jacques
-
2014/05/28
[2/4] git commit: DRILL-827: Fix bug in reading dictionary encoded columns in parquet.
jacques
-
2014/05/28
[1/4] git commit: DRILL-847: Handle different schemas for Merging receiver.
jacques
-
2014/05/28
[3/4] git commit: DRILL-665: Handle null values in case expressions.
jacques
-
2014/05/28
[1/7] git commit: DRILL-831: Execute the probe phase for outer joins if the build side is empty (fix for NOT IN bug).
jacques