aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SQL][docs][minor] Fixed sample code in SQLContext scaladocLomig MeĢgard2015-03-161-2/+2
* [SPARK-6330] Fix filesystem bug in newParquet relationVolodymyr Lyubinets2015-03-161-2/+3
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-172-6/+54
* [SPARK-6195] [SQL] Adds in-memory column type for fixed-precision decimalsCheng Lian2015-03-1411-76/+179
* [SPARK-6210] [SQL] use prettyString as column name in agg()Davies Liu2015-03-141-4/+4
* [SPARK-6285] [SQL] Removes unused ParquetTestData and duplicated TestGroupWri...Cheng Lian2015-03-141-466/+0
* [SPARK-6296] [SQL] Added equals to ColumnVolodymyr Lyubinets2015-03-122-0/+12
* SPARK-6245 [SQL] jsonRDD() of empty RDD results in exceptionSean Owen2015-03-113-1/+15
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-112-1/+2
* [SQL] Make Strategies a public developer APIMichael Armbrust2015-03-051-2/+5
* [SPARK-6163][SQL] jsonFile should be backed by the data source APIYin Huai2015-03-052-8/+32
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsWenchen Fan2015-03-051-0/+10
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-clientCheng Lian2015-03-044-432/+0
* [SPARK-5310][SQL] Fixes to Docs and Datasources APIReynold Xin2015-03-0210-41/+72
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-028-10/+31
* [SPARK-6082] [SQL] Provides better error message for malformed rows when cach...Cheng Lian2015-03-021-0/+11
* [DOCS] Refactored Dataframe join comment to use correct parameter orderingPaul Power2015-03-021-2/+2
* [SPARK-6052][SQL]In JSON schema inference, we should always set containsNull ...Yin Huai2015-03-022-24/+23
* [SPARK-6074] [sql] Package pyspark sql bindings.Marcelo Vanzin2015-03-011-0/+8
* [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow wh...Cheng Lian2015-02-282-21/+86
* [SPARK-6024][SQL] When a data source table has too many columns, it's schema ...Yin Huai2015-02-261-0/+10
* [SPARK-6037][SQL] Avoiding duplicate Parquet schema mergingLiang-Chi Hsieh2015-02-271-16/+7
* [SPARK-6007][SQL] Add numRows param in DataFrame.show()Jacky Li2015-02-263-3/+24
* [SPARK-6016][SQL] Cannot read the parquet table after overwriting the existin...Yin Huai2015-02-272-42/+15
* [SPARK-5926] [SQL] make DataFrame.explain leverage queryExecution.logicalYanbo Liang2015-02-251-1/+1
* [SPARK-5999][SQL] Remove duplicate Literal matching blockLiang-Chi Hsieh2015-02-251-19/+1
* [SPARK-6010] [SQL] Merging compatible Parquet schemas before computing splitsCheng Lian2015-02-253-1/+45
* [SPARK-5996][SQL] Fix specialized outbound conversionsMichael Armbrust2015-02-253-5/+20
* [SPARK-5985][SQL] DataFrame sortBy -> orderBy in Python.Reynold Xin2015-02-244-2/+48
* [SPARK-5904][SQL] DataFrame Java API test suites.Reynold Xin2015-02-247-143/+108
* [SPARK-5532][SQL] Repartition should not use external rdd representationMichael Armbrust2015-02-243-3/+19
* [SPARK-5910][SQL] Support for as in selectExprMichael Armbrust2015-02-241-0/+6
* [SPARK-5968] [SQL] Suppresses ParquetOutputCommitter WARN logsCheng Lian2015-02-241-3/+9
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-236-13/+21
* [SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dataset.Yin Huai2015-02-233-0/+76
* [DataFrame] [Typo] Fix the typoCheng Hao2015-02-221-1/+1
* [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache managerYin Huai2015-02-205-4/+49
* [SPARK-5904][SQL] DataFrame API fixes.Reynold Xin2015-02-198-988/+407
* [SPARK-5722] [SQL] [PySpark] infer int as LongTypeDavies Liu2015-02-182-0/+2
* [SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extractionReynold Xin2015-02-181-0/+32
* Avoid deprecation warnings in JDBCSuite.Tor Myklebust2015-02-181-13/+20
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-1717-191/+182
* [SPARK-5852][SQL]Fail to convert a newly created empty metastore parquet tabl...Yin Huai2015-02-171-4/+14
* [SPARK-5868][SQL] Fix python UDFs in HiveContext and checks in SQLContextMichael Armbrust2015-02-172-1/+5
* [Minor][SQL] Use same function to check path parameter in JSONRelationLiang-Chi Hsieh2015-02-171-2/+2
* [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / DocumentationMichael Armbrust2015-02-1722-345/+418
* [SPARK-5853][SQL] Schema support in Row.Reynold Xin2015-02-161-0/+6
* [SQL] Various DataFrame doc changes.Reynold Xin2015-02-167-82/+431
* [SPARK-4865][SQL]Include temporary tables in SHOW TABLESYin Huai2015-02-164-18/+69