aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-0834-1201/+202
* [SPARK-19488][SQL] fix csv infer schema when the field is Nan/Inf etcwindpiger2017-02-082-1/+13
* [MINOR][DOC] Remove parenthesis in readStream() on kafka structured streaming...manugarri2017-02-071-2/+2
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 1 of 2) - s...Nattavut Sutyanyong2017-02-072-0/+328
* [SPARK-19499][SS] Add more notes in the comments of Sink.addBatch()CodingCat2017-02-071-1/+4
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-0718-36/+1059
* [SPARK-19397][SQL] Make option names of LIBSVM and TEXT case insensitivegatorsmile2017-02-086-10/+136
* [SPARK-18682][SS] Batch Source for KafkaTyson Condie2017-02-0712-430/+1180
* [SPARK-18609][SPARK-18841][SQL] Fix redundant Alias removal in the optimizerHerman van Hovell2017-02-079-115/+302
* [SPARK-19495][SQL] Make SQLConf slightly more extensibleReynold Xin2017-02-075-137/+139
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-0711-22/+296
* [SPARK-19447] Fixing input metrics for range operator.Ala Luszczak2017-02-076-75/+350
* [SPARK-19118][SQL] Percentile support for frequency distribution tablegagan taneja2017-02-072-55/+141
* [SPARK-16101][SQL] Refactoring CSV schema inference path to be consistent wit...hyukjinkwon2017-02-0711-246/+271
* [SPARK-19260] Spaces or "%20" in path parameter are not correctly handled wit...zuotingbing2017-02-072-3/+2
* [SPARK-19444][ML][DOCUMENTATION] Fix imports not being present in documentationAseem Bansal2017-02-071-3/+1
* [SPARK-18601][SQL] Simplify Create/Get complex expression pairs in optimizerEyal Farago2017-02-077-4/+427
* [SPARK-18967][SCHEDULER] compute locality levels even if delay = 0Imran Rashid2017-02-063-8/+105
* [SPARK-19407][SS] defaultFS is used FileSystem.get instead of getting it from...uncleGen2017-02-061-2/+2
* [SPARK-19467][ML][PYTHON] Remove cyclic imports from pyspark.ml.pipelinezero3232017-02-061-1/+1
* [SPARK-19441][SQL] Remove IN type coercion from PromoteStringsgatorsmile2017-02-071-9/+0
* [SPARK-19472][SQL] Parser should not mistake CASE WHEN(...) for a function callHerman van Hovell2017-02-062-1/+3
* [SPARK-19398] Change one misleading log in TaskSetManager.Jin Xing2017-02-061-4/+8
* [SPARK-19080][SQL] simplify data source analysisWenchen Fan2017-02-0720-199/+126
* [SPARK-17213][SQL][FOLLOWUP] Re-enable Parquet filter tests for binary and st...hyukjinkwon2017-02-061-4/+2
* [SPARK-17663][CORE] SchedulableBuilder should handle invalid data access via ...erenavsarogullari2017-02-063-51/+182
* [SPARK-19409][SPARK-17213] Cleanup Parquet workarounds/hacks due to bugs of o...Cheng Lian2017-02-062-33/+2
* [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hi...gatorsmile2017-02-0611-194/+331
* [SPARK-19421][ML][PYSPARK] Remove numClasses and numFeatures methods in Linea...Zheng RuiFeng2017-02-051-16/+0
* [SPARK-19247][ML] Save large word2vec modelsAsher Krim2017-02-051-10/+46
* [SPARK-19452][SPARKR] Fix bug in the name assignment methodactuaryzhang2017-02-052-4/+10
* [SPARK-19425][SQL] Make ExtractEquiJoinKeys support UDT columnsLiang-Chi Hsieh2017-02-043-0/+13
* [SPARK-19446][SQL] Remove unused findTightestCommonType in TypeCoercionhyukjinkwon2017-02-033-23/+12
* [SPARK-10063] Follow-up: remove dead code related to an old output committer.Reynold Xin2017-02-032-18/+0
* [SPARK-19386][SPARKR][FOLLOWUP] fix error in vignettesactuaryzhang2017-02-031-2/+2
* [SPARK-19386][SPARKR][DOC] Bisecting k-means in SparkR documentationkrishnakalyan32017-02-033-0/+63
* [SPARK-19244][CORE] Sort MemoryConsumers according to their memory usage when...Liang-Chi Hsieh2017-02-032-13/+78
* [SPARK-18909][SQL] The error messages in `ExpressionEncoder.toRow/fromRow` ar...Dongjoon Hyun2017-02-031-2/+2
* [BUILD] Close stale PRsSean Owen2017-02-030-0/+0
* [SPARK-19411][SQL] Remove the metadata used to mark optional columns in merge...Liang-Chi Hsieh2017-02-036-137/+22
* [SPARK-19437] Rectify spark executor id in HeartbeatReceiverSuite.jinxing2017-02-021-13/+13
* [SPARK-19389][ML][PYTHON][DOC] Minor doc fixes for ML Python Params and Linea...Joseph K. Bradley2017-02-023-18/+7
* [SPARK-19432][CORE] Fix an unexpected failure when connecting timeoutShixiong Zhu2017-02-011-3/+6
* [SPARK-14352][SQL] approxQuantile should support multi columnsZheng RuiFeng2017-02-014-11/+101
* [SPARK-19347] ReceiverSupervisorImpl can add block to ReceiverTracker multipl...jinxing2017-02-012-4/+36
* [SPARK-19377][WEBUI][CORE] Killed tasks should have the status as KILLEDDevaraj K2017-02-011-0/+1
* [SPARK-19296][SQL] Deduplicate url and table in JdbcUtilshyukjinkwon2017-02-012-32/+28
* [SPARK-19410][DOC] Fix brokens links in ml-pipeline and ml-tuningZheng RuiFeng2017-02-012-10/+10
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-0142-119/+124
* [SPARK-19319][SPARKR] SparkR Kmeans summary returns error when the cluster si...wm624@hotmail.com2017-01-313-10/+23