aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SQL] Optimize arithmetic and predicate operatorskai2015-02-161-0/+0
* [SPARK-5839][SQL]HiveMetastoreCatalog does not recognize table names and alia...Yin Huai2015-02-161-2/+3
* [SPARK-5746][SQL] Check invalid cases for the write path of data source APIYin Huai2015-02-1610-42/+177
* [SPARK-5833] [SQL] Adds REFRESH TABLE commandCheng Lian2015-02-161-22/+30
* [SPARK-5296] [SQL] Add more filter types for data sources APICheng Lian2015-02-165-31/+103
* Minor fixes for commit https://github.com/apache/spark/pull/4592.Reynold Xin2015-02-162-8/+7
* [SPARK-5799][SQL] Compute aggregation function on specified numeric columnsLiang-Chi Hsieh2015-02-163-11/+62
* [SPARK-4553] [SPARK-5767] [SQL] Wires Parquet data source with the newly intr...Cheng Lian2015-02-168-525/+891
* [Minor] [SQL] Renames stringRddToDataFrame to stringRddToDataFrameHolder for ...Cheng Lian2015-02-161-1/+1
* [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-1327-146/+207
* [SPARK-5789][SQL]Throw a better error message if JsonRDD.parseJson encounters...Yin Huai2015-02-131-0/+4
* [SQL] Fix docs of SQLContext.tablesYin Huai2015-02-121-6/+6
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-122-0/+112
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-128-9/+6
* [SPARK-5573][SQL] Add explode to dataframesMichael Armbrust2015-02-124-2/+100
* [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-121-4/+2
* [SQL] Make dataframe more tolerant of being serializedMichael Armbrust2015-02-114-4/+15
* [SQL] Two DataFrame fixes.Reynold Xin2015-02-115-57/+119
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-113-0/+15
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-4/+11
* HOTFIX: Java 6 compilation error in Spark SQLPatrick Wendell2015-02-101-1/+1
* [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-104-5/+29
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-106-28/+104
* [SPARK-5683] [SQL] Avoid multiple json generator createdCheng Hao2015-02-103-16/+29
* [SQL] Add an exception for analysis errors.Michael Armbrust2015-02-101-1/+1
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-1015-184/+700
* [SQL] Make Options in the data source API CREATE TABLE statements optional.Yin Huai2015-02-101-3/+4
* [SPARK-5725] [SQL] Fixes ParquetRelation2.equalsCheng Lian2015-02-101-0/+1
* [SQL][Minor] correct some commentsSheng, Li2015-02-111-1/+1
* [SQL] Add toString to DataFrame/ColumnMichael Armbrust2015-02-105-7/+53
* 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-2096][SQL] support dot notation on array of structWenchen Fan2015-02-091-4/+2
* [SQL] Add some missing DataFrame functions.Michael Armbrust2015-02-096-21/+51
* [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-085-18/+72
* [SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable themCheng Lian2015-02-061-1/+0
* [SQL] Use TestSQLContext in Java testsMichael Armbrust2015-02-062-7/+6
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-061-1/+2
* [SPARK-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-069-7/+226
* [SPARK-5324][SQL] Results of describe can't be queriedOopsOutOfMemory2015-02-061-4/+7
* [SPARK-5639][SQL] Support DataFrame.renameColumn.Reynold Xin2015-02-054-1/+39
* [SPARK-5638][SQL] Add a config flag to disable eager analysis of DataFramesReynold Xin2015-02-053-4/+23
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-0516-597/+1272
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-054-5/+156