aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-6633][SQL] Should be "Contains" instead of "EndsWith" when constructin...Liang-Chi Hsieh2015-03-311-1/+1
* [SPARK-5371][SQL] Propagate types after function conversion, before futher re...Michael Armbrust2015-03-313-2/+27
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-318-56/+185
* [SPARK-6575] [SQL] Adds configuration to disable schema merging while convert...Cheng Lian2015-03-312-10/+15
* [SPARK-6555] [SQL] Overrides equals() and hashCode() for MetastoreRelationCheng Lian2015-03-312-20/+28
* [SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine-grained...Yin Huai2015-03-312-3/+20
* [SPARK-6623][SQL] Alias DataFrame.na.drop and DataFrame.na.fill in Python.Reynold Xin2015-03-312-6/+45
* [SPARK-6625][SQL] Add common string filters to data sources.Reynold Xin2015-03-314-22/+133
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-308-8/+606
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-316-73/+103
* [SPARK-6603] [PySpark] [SQL] add SQLContext.udf and deprecate inferSchema() a...Davies Liu2015-03-301-27/+60
* [SPARK-6592][SQL] fix filter for scaladoc to generate API doc for Row class u...CodingCat2015-03-303-10/+10
* [SPARK-6571][MLLIB] use wrapper in MatrixFactorizationModel.loadXiangrui Meng2015-03-303-16/+48
* [SPARK-6595][SQL] MetastoreRelation should be a MultiInstanceRelationMichael Armbrust2015-03-304-4/+27
* [SPARK-6558] Utils.getCurrentUserName returns the full principal name instead...Thomas Graves2015-03-301-1/+1
* [SPARK-5750][SPARK-3441][SPARK-5836][CORE] Added documentation explaining shu...Ilya Ganelin2015-03-301-11/+72
* [spark-sql] a better exception message than "scala.MatchError" for unsupporte...Eran Medan2015-03-301-0/+2
* [HOTFIX] Build break due to NoRelation cherry-pick.Reynold Xin2015-03-291-1/+1
* [DOC] Improvements to Python docs.Reynold Xin2015-03-283-14/+17
* [SPARK-6538][SQL] Add missing nullable Metastore fields when merging a Parque...Adam Budde2015-03-282-6/+66
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-278-10/+18
* [SPARK-6544][build] Increment Avro version from 1.7.6 to 1.7.7Dean Chen2015-03-271-1/+1
* [SPARK-6574] [PySpark] fix sql exampleDavies Liu2015-03-271-1/+1
* [SPARK-6550][SQL] Use analyzed plan in DataFrameMichael Armbrust2015-03-272-1/+5
* [SPARK-6341][mllib] Upgrade breeze from 0.11.1 to 0.11.2Yu ISHIKAWA2015-03-271-1/+1
* [DOCS][SQL] Fix JDBC exampleMichael Armbrust2015-03-261-1/+1
* [SPARK-6554] [SQL] Don't push down predicates which reference partition colum...Cheng Lian2015-03-262-5/+29
* [SPARK-6117] [SQL] Improvements to DataFrame.describe()Reynold Xin2015-03-263-20/+48
* [SPARK-6117] [SQL] add describe function to DataFrame for summary statis...azagrebin2015-03-262-1/+97
* SPARK-6480 [CORE] histogram() bucket function is wrong in some simple edge casesSean Owen2015-03-262-15/+29
* [SPARK-6491] Spark will put the current working dir to the CLASSPATHguliangliang2015-03-261-40/+41
* [SQL][SPARK-6471]: Metastore schema should only be a subset of parquet schema...Yash Datta2015-03-262-4/+19
* [SPARK-6465][SQL] Fix serialization of GenericRowWithSchema using kryoMichael Armbrust2015-03-265-5/+39
* [SPARK-6536] [PySpark] Column.inSet() in PythonDavies Liu2015-03-261-0/+17
* [SPARK-6463][SQL] AttributeSet.equal should compare sizeMichael Armbrust2015-03-252-1/+84
* [SPARK-6450] [SQL] Fixes metastore Parquet table conversionCheng Lian2015-03-252-16/+43
* [SPARK-6409][SQL] It is not necessary that avoid old inteface of hive, becaus...DoingDone92015-03-252-3/+11
* SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAMod...Michael Griffiths2015-03-251-1/+1
* [SPARK-6496] [MLLIB] GeneralizedLinearAlgorithm.run(input, initialWeights) sh...Yanbo Liang2015-03-252-0/+10
* [DOCUMENTATION]Fixed Missing Type Import in DocumentationBill Chambers2015-03-241-1/+2
* [SPARK-6469] Improving documentation on YARN local directories usageChristophe Préaud2015-03-241-1/+1
* [SPARK-3570] Include time to open files in shuffle write time.Kay Ousterhout2015-03-243-0/+12
* [SPARK-6088] Correct how tasks that get remote results are shown in UI.Kay Ousterhout2015-03-242-10/+23
* [SPARK-6428][SQL] Added explicit types for all public methods in catalystReynold Xin2015-03-2440-581/+619
* [SPARK-6209] Clean up connections in ExecutorClassLoader after failing to loa...Josh Rosen2015-03-243-20/+140
* [SPARK-6458][SQL] Better error messages for invalid data sourcesMichael Armbrust2015-03-241-3/+9
* [SPARK-6376][SQL] Avoid eliminating subqueries until optimizationMichael Armbrust2015-03-249-17/+34
* [SPARK-6375][SQL] Fix formatting of error messages.Michael Armbrust2015-03-247-5/+53
* Revert "[SPARK-5680][SQL] Sum function on all null values, should return zero"Michael Armbrust2015-03-244-67/+3
* [SPARK-6054][SQL] Fix transformations of TreeNodes that hold StructTypesMichael Armbrust2015-03-243-3/+25