aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17828][DOCS] Remove unused generate-changelist.pyAdam Roberts2016-10-101-148/+0
* [SPARK-17830] Annotate spark.sql package with InterfaceStabilityReynold Xin2016-10-1019-22/+107
* [SPARK-17417][CORE] Fix # of partitions for Reliable RDD checkpointingDhruve Ashar2016-10-101-2/+2
* [HOT-FIX][SQL][TESTS] Remove unused function in `SparkSqlParserSuite`jiangxingbo2016-10-101-10/+0
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-1034-230/+906
* [SPARK-17741][SQL] Grammar to parse top level and nested data fields separatelyjiangxingbo2016-10-097-23/+195
* [SPARK-17832][SQL] TableIdentifier.quotedString creates un-parseable names wh...jiangxingbo2016-10-093-3/+29
* [MINOR][SQL] Use resource path for test_script.shWeiqing Yang2016-10-086-12/+28
* [SPARK-17768][CORE] Small (Sum,Count,Mean)Evaluator problems and suboptimalitiesSean Owen2016-10-0810-332/+203
* [SPARK-17793][WEB UI] Sorting on the description on the Job or Stage page doe...Alex Bozarth2016-10-084-188/+49
* [MINOR][ML] remove redundant comment in LogisticRegressionwm624@hotmail.com2016-10-071-1/+0
* [HOTFIX][BUILD] Do not use contains in Option in JdbcRelationProviderhyukjinkwon2016-10-071-1/+1
* [SPARK-17806] [SQL] fix bug in join key rewritten in HashJoinDavies Liu2016-10-072-33/+79
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-0771-347/+343
* [SPARK-15621][SQL] Support spilling for Python UDFDavies Liu2016-10-073-7/+436
* [SPARK-17665][SPARKR] Support options/mode all for read/write APIs and option...hyukjinkwon2016-10-076-22/+160
* [SPARK-16411][SQL][STREAMING] Add textFile to Structured Streaming.Prashant Sharma2016-10-072-1/+50
* [SPARK-14525][SQL][FOLLOWUP] Clean up JdbcRelationProviderhyukjinkwon2016-10-074-52/+74
* [SPARK-17707][WEBUI] Web UI prevents spark-submit application to be finishedSean Owen2016-10-074-9/+48
* [SPARK-17800] Introduce InterfaceStability annotationReynold Xin2016-10-071-0/+49
* [SPARK-16827] Stop reporting spill metrics as shuffle metricsBrian Cho2016-10-071-1/+3
* [SPARK-16960][SQL] Deprecate approxCountDistinct, toDegrees and toRadians acc...hyukjinkwon2016-10-074-33/+105
* [SPARK-17795][WEB UI] Sorting on stage or job tables doesn’t reload page on...Alex Bozarth2016-10-075-23/+42
* [SPARK-17782][STREAMING][BUILD] Add Kafka 0.10 project to build modulesHerman van Hovell2016-10-071-0/+11
* [SPARK-17805][PYSPARK] Fix in sqlContext.read.text when pass in list of pathsBryan Cutler2016-10-072-2/+8
* [SPARK-17792][ML] L-BFGS solver for linear regression does not accept general...sethah2016-10-062-14/+11
* [SPARK-17803][TESTS] Upgrade docker-client dependencyChristian Kadner2016-10-062-1/+2
* [SPARK-17780][SQL] Report Throwable to user in StreamExecutionShixiong Zhu2016-10-063-4/+37
* [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streamingReynold Xin2016-10-063-60/+1
* [SPARK-17750][SQL] Fix CREATE VIEW with INTERVAL arithmetic.Dongjoon Hyun2016-10-064-1/+43
* [BUILD] Closing some stale PRshyukjinkwon2016-10-060-0/+0
* [MINOR][ML] Avoid 2D array flatten in NB training.Yanbo Liang2016-10-051-4/+4
* [SPARK-17346][SQL][TEST-MAVEN] Generate the sql test jar to fix the maven buildShixiong Zhu2016-10-053-0/+42
* [SPARK-17346][SQL] Add Kafka source for Structured StreamingShixiong Zhu2016-10-0521-23/+2268
* [SPARK-17758][SQL] Last returns wrong result in case of empty partitionHerman van Hovell2016-10-053-13/+184
* [SPARK-17778][TESTS] Mock SparkContext to reduce memory usage of BlockManager...Shixiong Zhu2016-10-051-1/+4
* [SPARK-17239][ML][DOC] Update user guide for multiclass logistic regressionsethah2016-10-057-7/+255
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-055-18/+68
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-047-39/+38
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-046-13/+127
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-046-151/+631
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-10-042-18/+20
* [SPARKR][DOC] minor formatting and output cleanup for R vignettesFelix Cheung2016-10-041-11/+20
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-047-12/+70
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-046-46/+144
* [SPARK-17671][WEBUI] Spark 2.0 history server summary page is slow even set s...Sean Owen2016-10-047-35/+22
* [SPARK-17559][MLLIB] persist edges if their storage level is non in PeriodicG...ding2016-10-041-1/+4
* [SPARK-17773] Input/Output] Add VoidObjectInspectorErgin Seyfe2016-10-032-0/+3
* [SPARK-17702][SQL] Code generation including too many mutable states exceeds ...Takuya UESHIN2016-10-038-12/+48
* [SPARK-17112][SQL] "select null" via JDBC triggers IllegalArgumentException i...Dongjoon Hyun2016-10-032-6/+46