aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-131-1/+2
* [SPARK-6562][SQL] DataFrame.replaceReynold Xin2015-04-122-0/+178
* [MINOR] a typo: coalesceDaoyuan Wang2015-04-121-1/+1
* [HOTFIX] Add explicit return types to fix lint errorsJosh Rosen2015-04-112-2/+2
* [SQL][minor] move `resolveGetField` into a objectWenchen Fan2015-04-113-35/+39
* [SPARK-6367][SQL] Use the proper data type for those expressions that are hij...Yin Huai2015-04-116-20/+91
* [SQL] Handle special characters in the authority of a Path's URI.Yin Huai2015-04-111-3/+27
* [SPARK-6379][SQL] Support a functon to call user-defined functions registered...Takeshi YAMAMURO2015-04-112-1/+29
* [SPARK-6179][SQL] Add token for "SHOW PRINCIPALS role_name" and "SHOW TRANSAC...DoingDone92015-04-111-0/+3
* [Spark-5068][SQL]Fix bug query data when path doesn't exist for HiveContextlazymam5002015-04-113-1/+110
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-119-14/+100
* [Minor][SQL] Fix typo in sqlGuancheng (G.C.) Chen2015-04-113-5/+5
* [SPARK-6611][SQL] Add support for INTEGER as synonym of INT.Santiago M. Mola2015-04-112-1/+3
* [SPARK-6858][SQL] Register Java HashMap for SparkSqlSerializerLiang-Chi Hsieh2015-04-111-0/+2
* [SPARK-6835] [SQL] Fix bug of Hive UDTF in Lateral View (ClassNotFound)Cheng Hao2015-04-112-1/+14
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-1016-451/+922
* [SPARK-6851][SQL] Create new instance for each converted parquet relationMichael Armbrust2015-04-102-2/+80
* [SQL] [SPARK-6794] Use kryo-based SparkSqlSerializer for GeneralHashedRelationVolodymyr Lyubinets2015-04-102-6/+44
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-2/+2
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-082-1/+128
* [SPARK-6765] Fix test code style for SQLReynold Xin2015-04-0845-234/+395
* [SPARK-6451][SQL] supported code generation for CombineSumVenkata Ramana Gollamudi2015-04-083-5/+133
* [SQL][minor] remove duplicated resolveGetField and update commentWenchen Fan2015-04-082-39/+6
* [SPARK-6767][SQL] Fixed Query DSL error in spark sql ReadmeTijo Thomas2015-04-081-1/+1
* [SPARK-6748] [SQL] Makes QueryPlan.schema a lazy valCheng Lian2015-04-081-1/+1
* [Minor] [SQL] [SPARK-6729] Minor fix for DriverQuirks getVolodymyr Lyubinets2015-04-061-2/+2
* [SPARK-6607][SQL] Check invalid characters for Parquet schema and show error ...Liang-Chi Hsieh2015-04-052-0/+30
* [SQL] Use path.makeQualified in newParquet.Yin Huai2015-04-041-1/+2
* [SPARK-6647][SQL] Make trait StringComparison as BinaryPredicate and fix unit...Liang-Chi Hsieh2015-04-032-14/+25
* [SPARK-5203][SQL] fix union with different decimal typeguowei22015-04-044-69/+167
* [Minor][SQL] Fix typoLiang-Chi Hsieh2015-04-031-1/+1
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-035-5/+6
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-033-12/+23
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-022-6/+167
* [SPARK-6686][SQL] Use resolved output instead of names for toDF renameMichael Armbrust2015-04-022-2/+10
* [SPARK-6243][SQL] The Operation of match did not conside the scenarios that o...DoingDone92015-04-021-0/+1
* [SQL][Minor] Use analyzed logical instead of unresolved in HiveComparisonTestCheng Hao2015-04-021-2/+2
* [SPARK-6618][SPARK-6669][SQL] Lock Hive metastore client correctly.Yin Huai2015-04-024-27/+53
* [Minor] [SQL] Follow-up of PR #5210Cheng Lian2015-04-021-4/+5
* [SPARK-6655][SQL] We need to read the schema of a data source table stored in...Yin Huai2015-04-022-4/+37
* [SQL] Throw UnsupportedOperationException instead of NotImplementedErrorMichael Armbrust2015-04-022-4/+3
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-027-8/+37
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-0116-213/+220
* Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine...Cheng Lian2015-04-022-20/+3
* [SPARK-6658][SQL] Update DataFrame documentation to fix type references.Chet Mancini2015-04-011-6/+6
* SPARK-6433 hive tests to import spark-sql test JAR for QueryTest accessSteve Loughran2015-04-014-212/+14
* [SPARK-6608] [SQL] Makes DataFrame.rdd a lazy valCheng Lian2015-04-011-2/+4
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-0/+3
* [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