aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5235] Make SQLConf SerializableAlex Baretta2015-01-141-1/+1
* [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptIdJosh Rosen2015-01-142-8/+2
* [SQL] some comments fix for GROUPING SETSDaoyuan Wang2015-01-141-6/+6
* [SPARK-5211][SQL]Restore HiveMetastoreTypes.toDataTypeYin Huai2015-01-142-5/+8
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-1422-29/+13
* [SPARK-5167][SQL] Move Row into sql package and make it usable for Java.Reynold Xin2015-01-147-174/+304
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-13149-2085/+729
* [SPARK-5168] Make SQLConf a field rather than mixin in SQLContextReynold Xin2015-01-1333-92/+124
* [SPARK-4912][SQL] Persistent tables for the Spark SQL data sources apiYin Huai2015-01-1314-28/+461
* [SPARK-5049][SQL] Fix ordering of partition columns in ParquetTableScanMichael Armbrust2015-01-123-18/+41
* [SPARK-5200] Disable web UI in Hive ThriftServer testsJosh Rosen2015-01-121-0/+2
* [SPARK-5029][SQL] Enable from follow multiple bracketsscwf2015-01-102-1/+18
* [SPARK-4871][SQL] Show sql statement in spark ui when run sql with spark-sqlwangfei2015-01-103-8/+3
* [SPARK-4692] [SQL] Support ! boolean logic operator like NOTYanTangZhai2015-01-103-0/+10
* [SPARK-5187][SQL] Fix caching of tables with HiveUDFs in the WHERE clauseMichael Armbrust2015-01-103-2/+8
* SPARK-4963 [SQL] Add copy to SQL's Sample operatorYanbo Liang2015-01-102-1/+13
* [SPARK-4861][SQL] Refactory command in spark sqlscwf2015-01-1013-151/+141
* [SPARK-4574][SQL] Adding support for defining schema in foreign DDL commands.scwf2015-01-106-113/+400
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-1017-113/+143
* [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifactAlex Liu2015-01-101-7/+0
* [SPARK-5141][SQL]CaseInsensitiveMap throws java.io.NotSerializableExceptionluogankun2015-01-091-1/+2
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-085-40/+14
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-064-35/+0
* [SPARK-5040][SQL] Support expressing unresolved attributes using $"attribute ...Reynold Xin2015-01-052-0/+21
* [SPARK-5038][SQL] Add explicit return type for implicit functions in Spark SQLReynold Xin2014-12-312-41/+41
* [SPARK-4570][SQL]add BroadcastLeftSemiJoinHashwangxiaojing2014-12-304-1/+160
* [SPARK-4935][SQL] When hive.cli.print.header configured, spark-sql aborted if...wangfei2014-12-301-1/+1
* [SPARK-4386] Improve performance when writing Parquet filesMichael Davies2014-12-301-2/+2
* [SPARK-4937][SQL] Normalizes conjunctions and disjunctions to eliminate commo...Cheng Lian2014-12-304-8/+110
* [SPARK-4928][SQL] Fix: Operator '>,<,>=,<=' with decimal between different pr...guowei22014-12-302-0/+33
* [SPARK-4493][SQL] Tests for IsNull / IsNotNull in the ParquetFilterSuiteCheng Lian2014-12-301-10/+50
* [Spark-4512] [SQL] Unresolved Attribute Exception in Sort ByCheng Hao2014-12-3011-31/+55
* [SPARK-5002][SQL] Using ascending by default when not specify order in order bywangfei2014-12-302-6/+9
* [SPARK-4904] [SQL] Remove the unnecessary code change in Generic UDFCheng Hao2014-12-301-6/+0
* [SPARK-4959] [SQL] Attributes are case sensitive when using a select query fr...Cheng Hao2014-12-302-5/+17
* [SPARK-4975][SQL] Fix HiveInspectorSuite test failurescwf2014-12-301-11/+17
* [SQL] enable view testDaoyuan Wang2014-12-3013-1/+61
* [SPARK-4908][SQL] Prevent multiple concurrent hive native commandsMichael Armbrust2014-12-302-1/+8
* [SPARK-4501][Core] - Create build/mvn to automatically download maven/zinc/sc...Brennon York2014-12-271-2/+2
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-247-18/+26
* [SPARK-4860][pyspark][sql] speeding up `sample()` and `takeSample()`jbencook2014-12-232-0/+21
* [Minor] Fix scala docLiang-Chi Hsieh2014-12-221-2/+2
* [SPARK-4901] [SQL] Hot fix for ByteWritables.copyBytesCheng Hao2014-12-191-1/+7
* [SPARK-4861][SQL] Refactory command in spark sqlwangfei2014-12-1817-255/+172
* [SPARK-4573] [SQL] Add SettableStructObjectInspector support in "wrap" functionCheng Hao2014-12-184-124/+659
* [SPARK-2554][SQL] Supporting SumDistinct partial aggregationravipesala2014-12-182-8/+58
* [SPARK-4693] [SQL] PruningPredicates may be wrong if predicates contains an e...YanTangZhai2014-12-183-2/+14
* [SPARK-4756][SQL] FIX: sessionToActivePool grow infinitely, even as sessions ...guowei22014-12-184-9/+15
* [SPARK-3928][SQL] Support wildcard matches on Parquet files.Thu Kyaw2014-12-185-6/+76
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-1879-11/+750