aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19924][SQL] Handle InvocationTargetException for all Hive ShimXiao Li2017-03-143-20/+19
* [MINOR][ML] Improve MLWriter overwrite error messageJoseph K. Bradley2017-03-131-2/+3
* [SPARK-19916][SQL] simplify bad file handlingWenchen Fan2017-03-123-63/+43
* [SPARK-17495][SQL] Support date, timestamp and interval types in Hive hashTejas Patil2017-03-122-11/+268
* [SPARK-19853][SS] uppercase kafka topics fail when startingOffsets are Specif...uncleGen2017-03-122-34/+54
* [SPARK-19282][ML][SPARKR] RandomForest Wrapper and GBT Wrapper return param "...Xin Ren2017-03-126-4/+21
* [SPARK-19831][CORE] Reuse the existing cleanupThreadExecutor to clean up the ...xiaojian.fxj2017-03-121-6/+11
* [DOCS][SS] fix structured streaming python exampleuncleGen2017-03-123-11/+11
* [SPARK-19723][SQL] create datasource table with an non-existent location shou...windpiger2017-03-103-105/+115
* [SPARK-19893][SQL] should not run DataFrame set oprations with map typeWenchen Fan2017-03-103-11/+47
* [SPARK-19905][SQL] Bring back Dataset.inputFiles for Hive SerDe tablesCheng Lian2017-03-102-0/+14
* [SPARK-19611][SQL] Preserve metastore field order when merging inferred schemaBudde2017-03-102-4/+22
* [SPARK-17979][SPARK-14453] Remove deprecated SPARK_YARN_USER_ENV and SPARK_JA...Yong Tang2017-03-1012-131/+3
* [SPARK-19620][SQL] Fix incorrect exchange coordinator id in the physical planCarson Wang2017-03-101-1/+1
* [SPARK-19786][SQL] Facilitate loop optimizations in a JIT compiler regarding ...Kazuaki Ishizaki2017-03-105-7/+55
* [SPARK-19891][SS] Await Batch Lock notified on stream execution exitTyson Condie2017-03-091-0/+7
* [SPARK-19008][SQL] Improve performance of Dataset.map by eliminating boxing/u...Kazuaki Ishizaki2017-03-094-9/+208
* [SPARK-19886] Fix reportDataLoss if statement in SS KafkaSourceBurak Yavuz2017-03-092-13/+54
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-0911-159/+489
* [SPARK-12334][SQL][PYSPARK] Support read from multiple input paths for orc fi...Jeff Zhang2017-03-094-9/+25
* [SPARK-19861][SS] watermark should not be a negative time.uncleGen2017-03-092-1/+26
* [SPARK-19715][STRUCTURED STREAMING] Option to Strip Paths in FileSourceLiwei Lin2017-03-094-21/+72
* [SPARK-19793] Use clock.getTimeMillis when mark task as finished in TaskSetMa...jinxing2017-03-094-7/+17
* [SPARK-19757][CORE] DriverEndpoint#makeOffers race against CoarseGrainedSched...Jimmy Xiang2017-03-091-12/+26
* [SPARK-19561][SQL] add int case handling for TimestampTypeJason White2017-03-092-0/+10
* [SPARK-19763][SQL] qualified external datasource table location stored in cat...windpiger2017-03-098-31/+64
* [SPARK-19859][SS][FOLLOW-UP] The new watermark should override the old one.uncleGen2017-03-082-9/+19
* [SPARK-19874][BUILD] Hide API docs for org.apache.spark.sql.internalShixiong Zhu2017-03-081-0/+1
* [SPARK-19235][SQL][TESTS] Enable Test Cases in DDLSuite with Hive MetastoreXiao Li2017-03-083-273/+345
* [MINOR][SQL] The analyzer rules are fired twice for cases when AnalysisExcept...Dilip Biswal2017-03-081-2/+7
* [SPARK-19813] maxFilesPerTrigger combo latestFirst may miss old files in comb...Burak Yavuz2017-03-083-38/+63
* [SPARK-15463][SQL] Add an API to load DataFrame from Dataset[String] storing CSVhyukjinkwon2017-03-085-30/+121
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-0820-236/+981
* [SPARK-19858][SS] Add output mode to flatMapGroupsWithState and disallow inva...Shixiong Zhu2017-03-0813-107/+485
* [SPARK-19727][SQL] Fix for round function that modifies original columnWojtek Szymanski2017-03-087-25/+54
* [SPARK-19864][SQL][TEST] provide a makeQualifiedPath functions to optimize so...windpiger2017-03-087-49/+32
* [SPARK-19843][SQL][FOLLOWUP] Classdoc for `IntWrapper` and `LongWrapper`Tejas Patil2017-03-081-4/+15
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-087-49/+178
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-0816-46/+42
* [SPARK-17080][SQL] join reorderwangzhenhua2017-03-088-4/+521
* [SPARK-16440][MLLIB] Ensure broadcasted variables are destroyed even in case ...Anthony Truchet2017-03-081-3/+15
* [SPARK-19693][SQL] Make the SET mapreduce.job.reduces automatically converted...Yuming Wang2017-03-083-0/+33
* [SPARK-19806][ML][PYSPARK] PySpark GeneralizedLinearRegression supports tweed...Yanbo Liang2017-03-083-12/+77
* [ML][MINOR] Separate estimator and model params for read/write test.Yanbo Liang2017-03-0823-54/+59
* [SPARK-18055][SQL] Use correct mirror in ExpresionEncoderMichael Armbrust2017-03-082-2/+13
* [SPARK-17629][ML] methods to return synonyms directlyAsher Krim2017-03-072-12/+45
* [SPARK-19859][SS] The new watermark should override the old oneShixiong Zhu2017-03-072-0/+21
* [SPARK-19841][SS] watermarkPredicate should filter based on keysShixiong Zhu2017-03-072-8/+39
* [SPARK-18389][SQL] Disallow cyclic view referencejiangxingbo2017-03-072-6/+90
* [SPARK-19843][SQL] UTF8String => (int / long) conversion expensive for invali...Tejas Patil2017-03-073-82/+247