aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7017] [BUILD] [PROJECT INFRA] Refactor dev/run-tests into PythonBrennon York2015-06-175-224/+546
* [SPARK-6390] [SQL] [MLlib] Port MatrixUDT to PySparkMechCoder2015-06-174-4/+97
* [SPARK-7199] [SQL] Add date and timestamp support to UnsafeRowLiang-Chi Hsieh2015-06-174-4/+39
* [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMapVyacheslav Baranov2015-06-173-5/+19
* Closes #6850.Reynold Xin2015-06-170-0/+0
* [SPARK-8220][SQL]Add positive identify functiondragonli2015-06-164-0/+27
* [SPARK-8156] [SQL] create table to specific database by 'use dbname'baishuo2015-06-163-5/+20
* [SPARK-7916] [MLLIB] MLlib Python doc parity check for classification and reg...Yanbo Liang2015-06-163-108/+248
* [SPARK-8126] [BUILD] Make sure temp dir exists when running tests.Marcelo Vanzin2015-06-161-3/+7
* [SQL] [DOC] improved a commentRadek Ostrowski2015-06-162-2/+2
* [SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.mdMoussa Taifi2015-06-161-1/+1
* [SPARK-8387] [WEBUI] Only show 4096 bytes content for executor log instead of...hushan[胡珊]2015-06-161-2/+2
* [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variablesKan Zhang2015-06-167-19/+72
* [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` sinc...huangzhaowei2015-06-161-1/+3
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-1521-81/+95
* SPARK-8336 Fix NullPointerException with functions.rand()tedyu2015-06-152-1/+38
* [SPARK-6583] [SQL] Support aggregate functions in ORDER BYYadong Qi2015-06-152-3/+61
* [SPARK-8350] [R] Log R unit test output to "unit-tests.log"andrewor142015-06-151-1/+1
* [SPARK-8316] Upgrade to Maven 3.3.3Nicholas Chammas2015-06-151-22/+13
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-148-313/+444
* fix read/write mixupPeter Hoffmann2015-06-141-2/+2
* [SPARK-8362] [SQL] Add unit tests for +, -, *, /, %Reynold Xin2015-06-142-105/+99
* [SPARK-8358] [SQL] Wait for child resolution when resolving generatorsMichael Armbrust2015-06-142-2/+12
* [SPARK-8354] [SQL] Fix off-by-factor-of-8 error when allocating scratch space...Josh Rosen2015-06-142-16/+16
* [SPARK-8342][SQL] Fix Decimal setOrNullLiang-Chi Hsieh2015-06-132-1/+7
* [Spark-8343] [Streaming] [Docs] Improve Spark Streaming Guides.Mike Dusenberry2015-06-132-140/+133
* [SPARK-8349] [SQL] Use expression constructors (rather than apply) in Functio...Reynold Xin2015-06-135-32/+22
* [SPARK-8347][SQL] Add unit tests for abs.Reynold Xin2015-06-135-33/+31
* [SPARK-8052] [SQL] Use java.math.BigDecimal for casting String to Decimal ins...Liang-Chi Hsieh2015-06-132-1/+6
* [SPARK-8319] [CORE] [SQL] Update logic related to key orderings in shuffle de...Josh Rosen2015-06-133-20/+21
* [SPARK-8346] [SQL] Use InternalRow instread of catalyst.InternalRowDavies Liu2015-06-1322-183/+176
* [SPARK-7897] Improbe type for jdbc/"unsigned bigint"Rene Treffer2015-06-131-1/+1
* [SPARK-8329][SQL] Allow _ in DataSource optionsMichael Armbrust2015-06-122-4/+18
* [SPARK-7186] [SQL] Decouple internal Row from external RowDavies Liu2015-06-12132-973/+1160
* [SPARK-8314][MLlib] improvement in performance of MLUtils.appendBiasRoger Menezes2015-06-123-9/+25
* [SPARK-7284] [STREAMING] Updated streaming documentationTathagata Das2015-06-123-56/+50
* [SPARK-8330] DAG visualization: trim whitespace from inputAndrew Or2015-06-121-2/+3
* [SPARK-7993] [SQL] Improved DataFrame.show() outputakhilthatipamula2015-06-122-6/+75
* [SPARK-8322] [EC2] Added spark 1.4.0 into the VALID_SPARK_VERSIONS and…Mark Smith2015-06-121-0/+2
* [SQL] [MINOR] correct semanticEquals logicWenchen Fan2015-06-124-22/+25
* [SPARK-6566] [SQL] Related changes for newer parquet versionYash Datta2015-06-122-185/+44
* [SPARK-7862] [SQL] Fix the deadlock in script transformation for stderrzhichao.li2015-06-112-2/+17
* [SPARK-8317] [SQL] Do not push sort into shuffle in Exchange operatorJosh Rosen2015-06-113-54/+24
* [SPARK-7158] [SQL] Fix bug of cached data cannot be used in collect() after c...Cheng Hao2015-06-112-1/+27
* [SQL] Miscellaneous SQL/DF expression changes.Reynold Xin2015-06-117-27/+175
* [SPARK-7824] [SQL] Collapse operator reordering and constant folding into a s...Zhongshuai Pei2015-06-112-11/+27
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-1134-335/+390
* [SPARK-6511] [docs] Fix example command in hadoop-provided docs.Marcelo Vanzin2015-06-111-1/+1
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-114-6/+41
* [SPARK-7915] [SQL] Support specifying the column list for target table in CTASCheng Hao2015-06-112-4/+30