aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQLCheng Hao2015-05-272-4/+16
* [SPARK-7790] [SQL] date and decimal conversion for dynamic partition keyDaoyuan Wang2015-05-272-4/+15
* [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression.Reynold Xin2015-05-271-4/+1
* [SPARK-7684] [SQL] Invoking HiveContext.newTemporaryConfiguration() shouldn't...Cheng Lian2015-05-262-2/+4
* [SPARK-7654] [SQL] Move insertInto into reader/writer interface.Yin Huai2015-05-231-0/+4
* [SPARK-7270] [SQL] Consider dynamic partition when inserting into hive tableLiang-Chi Hsieh2015-05-221-5/+13
* [SPARK-7758] [SQL] Override more configs to avoid failure when connect to a p...WangTaoTheTonic2015-05-221-3/+15
* [SPARK-7763] [SPARK-7616] [SQL] Persists partition columns into metastoreYin Huai2015-05-213-21/+65
* [SPARK-7656] [SQL] use CatalystConf in FunctionRegistryscwf2015-05-191-1/+1
* [HOTFIX]: Java 6 Build BreaksPatrick Wendell2015-05-191-1/+2
* [SQL] Fix serializability of ORC table scanMichael Armbrust2015-05-181-1/+1
* [HOTFIX] Fix ORC build breakMichael Armbrust2015-05-181-5/+6
* [SPARK-2883] [SQL] ORC data source for Spark SQLZhan Zhang2015-05-184-8/+535
* [SPARK-7491] [SQL] Allow configuration of classloader isolation for hiveMichael Armbrust2015-05-173-10/+46
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-151-2/+2
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-152-7/+7
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-132-1/+2
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-131-11/+14
* [SPARK-6734] [SQL] Add UDTF.close support in GenerateCheng Hao2015-05-141-3/+15
* [SPARK-7566][SQL] Add type to HiveContext.analyzerSantiago M. Mola2015-05-121-1/+1
* [SPARK-7588] Document all SQL/DataFrame public methods with @since tagReynold Xin2015-05-121-0/+6
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-134-23/+25
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-111-2/+2
* [SPARK-7411] [SQL] Support SerDe for HiveQl in CTASCheng Hao2015-05-114-80/+211
* [SPARK-7469] [SQL] DAG visualization: show SQL query operatorsAndrew Or2015-05-083-3/+5
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-083-24/+21
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-081-2/+2
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-0712-562/+595
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-071-10/+2
* [SPARK-5213] [SQL] Remove the duplicated SparkSQLParserCheng Hao2015-05-072-18/+6
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-063-29/+370
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-035-0/+949
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-022-17/+29
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-301-4/+3
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-302-29/+17
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-302-17/+29
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-291-2/+2
* [SPARK-7215] made coalesce and repartition a part of the query planBurak Yavuz2015-04-281-3/+3
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-261-1/+1
* [SPARK-7044] [SQL] Fix the deadlock in script transformationCheng Hao2015-04-231-12/+21
* [SQL] Rename some apply functions.Reynold Xin2015-04-224-6/+6
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-213-53/+23
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-151-1/+1
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-154-27/+35
* [SPARK-5794] [SQL] fix add jarDaoyuan Wang2015-04-132-2/+5
* [SPARK-5941] [SQL] Unit Test loads the table `src` twice for leftsemijoin.qCheng Hao2015-04-131-6/+0
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-135-25/+59
* [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-111-1/+40
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-111-6/+21