aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5827][SQL] Add missing import in the example of SqlContextTakeshi Yamamuro2015-02-151-0/+2
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-1337-182/+248
* [SPARK-5789][SQL]Throw a better error message if JsonRDD.parseJson encounters...Yin Huai2015-02-131-0/+4
* [SPARK-5642] [SQL] Apply column pruning on unused aggregation fieldsDaoyuan Wang2015-02-132-2/+44
* [SPARK-3365][SQL]Wrong schema generated for List typetianyi2015-02-122-15/+20
* [SQL] Fix docs of SQLContext.tablesYin Huai2015-02-121-6/+6
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-125-0/+231
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-1211-13/+8
* [SPARK-5755] [SQL] remove unnecessary AddDaoyuan Wang2015-02-121-1/+1
* [SPARK-5573][SQL] Add explode to dataframesMichael Armbrust2015-02-125-2/+119
* [SPARK-5758][SQL] Use LongType as the default type for integers in JSON schem...Yin Huai2015-02-123-13/+17
* [SQL] Improve error messagesMichael Armbrust2015-02-1214-103/+164
* [SQL] Make dataframe more tolerant of being serializedMichael Armbrust2015-02-114-4/+15
* [SQL] Two DataFrame fixes.Reynold Xin2015-02-115-57/+119
* [SPARK-3688][SQL] More inline comments for LogicalPlan.Reynold Xin2015-02-115-42/+115
* [SPARK-3688][SQL]LogicalPlan can't resolve column correctllytianyi2015-02-117-18/+42
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-117-30/+40
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-4/+11
* HOTFIX: Adding Junit to Hive tests for Maven buildPatrick Wendell2015-02-101-0/+5
* HOTFIX: Java 6 compilation error in Spark SQLPatrick Wendell2015-02-102-2/+2
* [SPARK-5702][SQL] Allow short names for built-in data sources.Reynold Xin2015-02-104-48/+90
* [SQL][DataFrame] Fix column computability bug.Reynold Xin2015-02-103-14/+38
* [SPARK-5709] [SQL] Add EXPLAIN support in DataFrame API for debugging purposeCheng Hao2015-02-105-10/+32
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-108-33/+111
* [SPARK-5683] [SQL] Avoid multiple json generator createdCheng Hao2015-02-103-16/+29
* [SQL] Add an exception for analysis errors.Michael Armbrust2015-02-105-17/+46
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-1023-344/+1116
* [SQL] Make Options in the data source API CREATE TABLE statements optional.Yin Huai2015-02-102-6/+5
* [SPARK-5725] [SQL] Fixes ParquetRelation2.equalsCheng Lian2015-02-101-0/+1
* [SQL][Minor] correct some commentsSheng, Li2015-02-111-1/+1
* [SPARK-5686][SQL] Add show current roles command in HiveQlOopsOutOfMemory2015-02-101-0/+1
* [SQL] Add toString to DataFrame/ColumnMichael Armbrust2015-02-107-7/+85
* [SPARK-5592][SQL] java.net.URISyntaxException when insert data to a partition...wangfei2015-02-102-3/+25
* [SPARK-5716] [SQL] Support TOK_CHARSETLITERAL in HiveQlDaoyuan Wang2015-02-107-0/+8
* [SPARK-5700] [SQL] [Build] Bumps jets3t to 0.9.3 for hadoop-2.3 and hadoop-2....Cheng Lian2015-02-101-3/+0
* SPARK-5239 [CORE] JdbcRDD throws "java.lang.AbstractMethodError: oracle.jdbc....Sean Owen2015-02-101-3/+3
* [SQL] Remove the duplicated codeCheng Hao2015-02-091-5/+0
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-1/+1
* [SPARK-5648][SQL] support "alter ... unset tblproperties("key")"DoingDone92015-02-091-0/+2
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-095-22/+53
* [SPARK-5614][SQL] Predicate pushdown through Generate.Lu Yan2015-02-092-1/+87
* [SPARK-5696] [SQL] [HOTFIX] Asks HiveThriftServer2 to re-initialize log4j usi...Cheng Lian2015-02-091-0/+3
* [SQL] Code cleanup.Yin Huai2015-02-091-3/+0
* [SQL] Add some missing DataFrame functions.Michael Armbrust2015-02-096-21/+51
* [SPARK-5675][SQL] XyzType companion object should subclass XyzTypeReynold Xin2015-02-091-12/+73
* [SPARK-5472][SQL] Fix Scala code styleHung Lin2015-02-082-36/+41
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-088-21/+151
* [SQL] Set sessionState in QueryExecution.Yin Huai2015-02-081-0/+5
* [SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable themCheng Lian2015-02-062-4/+10
* [SQL] Use TestSQLContext in Java testsMichael Armbrust2015-02-062-7/+6