aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5310][SQL] Fixes to Docs and Datasources APIReynold Xin2015-03-0221-124/+98
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-0215-35/+327
* [SPARK-6082] [SQL] Provides better error message for malformed rows when cach...Cheng Lian2015-03-021-0/+11
* [SPARK-6114][SQL] Avoid metastore conversions before plan is resolvedMichael Armbrust2015-03-022-0/+14
* [SPARK-6040][SQL] Fix the percent bug in tablesampleq002515982015-03-022-1/+11
* [Minor] Fix doc typo for describing primitiveTerm effectiveness conditionLiang-Chi Hsieh2015-03-021-1/+1
* [DOCS] Refactored Dataframe join comment to use correct parameter orderingPaul Power2015-03-021-2/+2
* [SPARK-5741][SQL] Support the path contains comma in HiveContextq002515982015-03-0218-1/+2511
* [SPARK-6052][SQL]In JSON schema inference, we should always set containsNull ...Yin Huai2015-03-022-24/+23
* [SPARK-6073][SQL] Need to refresh metastore cache after append data in Create...Yin Huai2015-03-022-0/+54
* [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-283-24/+217
* [SPARK-5751] [SQL] Sets SPARK_HOME as SPARK_PID_DIR when running Thrift serve...Cheng Lian2015-02-281-2/+11
* [SPARK-6024][SQL] When a data source table has too many columns, it's schema ...Yin Huai2015-02-263-6/+54
* [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-273-42/+42
* [SPARK-6023][SQL] ParquetConversions fails to replace the destination Metasto...Yin Huai2015-02-262-7/+152
* [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-252-19/+3
* [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-5286][SQL] SPARK-5286 followupYin Huai2015-02-241-3/+3
* [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-5751] [SQL] [WIP] Revamped HiveThriftServer2Suite for robustnessCheng Lian2015-02-252-387/+403
* [SPARK-5952][SQL] Lock when using hive metastore clientMichael Armbrust2015-02-241-6/+12
* [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-242-1/+7
* [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-2311-111/+149
* [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-5846] Correctly set job description and pool for SQL jobsKay Ousterhout2015-02-192-8/+8
* [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-183-16/+84
* Avoid deprecation warnings in JDBCSuite.Tor Myklebust2015-02-181-13/+20
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-1723-238/+229
* [SPARK-5723][SQL]Change the default file format to Parquet for CTAS statements.Yin Huai2015-02-175-25/+158
* [SPARK-5875][SQL]logical.Project should not be resolved if it contains aggreg...Yin Huai2015-02-173-2/+53
* [SPARK-5852][SQL]Fail to convert a newly created empty metastore parquet tabl...Yin Huai2015-02-173-6/+164
* [SPARK-5868][SQL] Fix python UDFs in HiveContext and checks in SQLContextMichael Armbrust2015-02-172-1/+5
* [SQL] [Minor] Update the HiveContext UnittestCheng Hao2015-02-177-0/+17
* [Minor][SQL] Use same function to check path parameter in JSONRelationLiang-Chi Hsieh2015-02-172-3/+3
* [SPARK-5862][SQL] Only transformUp the given plan once in HiveMetastoreCatalogLiang-Chi Hsieh2015-02-171-17/+20
* [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / DocumentationMichael Armbrust2015-02-1728-389/+459
* [SPARK-5853][SQL] Schema support in Row.Reynold Xin2015-02-164-5/+20
* [SQL] Various DataFrame doc changes.Reynold Xin2015-02-168-83/+433