aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-155-198/+169
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-157-53/+50
* [SPARK-7595] [SQL] Window will cause resolve failed with self joinlinweizhong2015-05-141-0/+10
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-133-2/+4
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-135-115/+149
* [SPARK-6734] [SQL] Add UDTF.close support in GenerateCheng Hao2015-05-145-3/+40
* [MINOR] [SQL] Removes debugging printlnCheng Lian2015-05-131-2/+0
* [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-136-23/+675
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-112-5/+5
* [SPARK-7411] [SQL] Support SerDe for HiveQl in CTASCheng Hao2015-05-116-82/+390
* [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-086-28/+28
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-081-2/+2
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-0721-609/+713
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-072-10/+9
* [SPARK-5213] [SQL] Remove the duplicated SparkSQLParserCheng Hao2015-05-074-23/+11
* [HOT-FIX] Move HiveWindowFunctionQuerySuite.scala to hive compatibility dir.Yin Huai2015-05-061-0/+0
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-0692-31/+33553
* [SPARK-6231][SQL/DF] Automatically resolve join condition ambiguity for self-...Reynold Xin2015-05-051-0/+38
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-036-0/+1054
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-023-19/+66
* [MINOR] [HIVE] Fix QueryPartitionSuite.Marcelo Vanzin2015-05-021-3/+4
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-301-4/+3
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-303-66/+19
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-303-19/+66
* [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
* [SPARK-7168] [BUILD] Update plugin versions in Maven build and centralize ver...Sean Owen2015-04-281-1/+0
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-272-8/+7
* [SPARK-6505] [SQL] Remove the reflection call in HiveFunctionWrapperbaishuo2015-04-271-22/+22
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-261-1/+1
* [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3Calvin Jia2015-04-241-0/+5
* [SPARK-7044] [SQL] Fix the deadlock in script transformationCheng Hao2015-04-232-12/+29
* [SQL] Rename some apply functions.Reynold Xin2015-04-224-6/+6
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-2114-55/+71
* [SPARK-6969][SQL] Refresh the cached table when REFRESH TABLE is usedYin Huai2015-04-211-1/+49
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-151-0/+162
* [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-156-50/+52
* [SPARK-5794] [SQL] fix add jarDaoyuan Wang2015-04-134-2/+20
* [SPARK-5941] [SQL] Unit Test loads the table `src` twice for leftsemijoin.qCheng Hao2015-04-134-14/+11
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-1322-25/+70
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-14/+16
* [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-112-1/+104
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-115-6/+44
* [SPARK-6835] [SQL] Fix bug of Hive UDTF in Lateral View (ClassNotFound)Cheng Hao2015-04-112-1/+14
* [SPARK-6851][SQL] Create new instance for each converted parquet relationMichael Armbrust2015-04-102-2/+80