aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7168] [BUILD] Update plugin versions in Maven build and centralize ver...Sean Owen2015-04-281-1/+0
* [SPARK-6352] [SQL] Custom parquet output committerPei-Lun Lee2015-04-283-0/+116
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-284-4/+82
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-279-1/+1259
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-275-16/+17
* [SPARK-6505] [SQL] Remove the reflection call in HiveFunctionWrapperbaishuo2015-04-271-22/+22
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-265-6/+6
* [SPARK-7152][SQL] Add a Column expression for partition ID.Reynold Xin2015-04-264-10/+89
* [SQL] Update SQL readme to include instructions on generating golden answer f...Yin Huai2015-04-251-1/+22
* [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3Calvin Jia2015-04-241-0/+5
* Fixed a typo from the previous commit.Reynold Xin2015-04-231-1/+1
* [SQL] Fixed expression data type matching.Reynold Xin2015-04-232-10/+42
* [SQL] Break dataTypes.scala into multiple files.Reynold Xin2015-04-2320-1224/+1649
* [SPARK-7055][SQL]Use correct ClassLoader for JDBC Driver in JDBCRDD.getConnectorVinod K C2015-04-231-1/+2
* [SPARK-7044] [SQL] Fix the deadlock in script transformationCheng Hao2015-04-232-12/+29
* [HOTFIX] [SQL] Fix compilation for scala 2.11.Prashant Sharma2015-04-231-1/+1
* [SPARK-7069][SQL] Rename NativeType -> AtomicType.Reynold Xin2015-04-2324-153/+159
* [SPARK-7068][SQL] Remove PrimitiveTypeReynold Xin2015-04-225-54/+48
* [HOTFIX][SQL] Fix broken cached testLiang-Chi Hsieh2015-04-221-7/+14
* [SPARK-7066][MLlib] VectorAssembler should use NumericType not NativeType.Reynold Xin2015-04-221-2/+2
* [SPARK-6967] [SQL] fix date type convertion in jdbcrddDaoyuan Wang2015-04-222-2/+9
* [SPARK-7059][SQL] Create a DataFrame join API to facilitate equijoin.Reynold Xin2015-04-222-11/+66
* [SPARK-7039][SQL]JDBCRDD: Add support on type NVARCHARszheng792015-04-221-0/+1
* [SQL] Rename some apply functions.Reynold Xin2015-04-2235-117/+117
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-212-14/+4
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-2126-145/+207
* [SPARK-6996][SQL] Support map types in java beansPunya Biswal2015-04-214-59/+180
* [SPARK-6969][SQL] Refresh the cached table when REFRESH TABLE is usedYin Huai2015-04-212-1/+66
* [SQL][minor] make it more clear that we only need to re-throw GetField except...Wenchen Fan2015-04-211-5/+4
* [SPARK-6994] Allow to fetch field values by name in sql.Rowvidmantas zemleris2015-04-216-0/+137
* [SPARK-7011] Build(compilation) fails with scala 2.11 option, because a prote...Prashant Sharma2015-04-211-2/+2
* [SPARK-6635][SQL] DataFrame.withColumn should replace columns with identical ...Liang-Chi Hsieh2015-04-202-1/+21
* [SPARK-6368][SQL] Build a specialized serializer for Exchange operator.Yin Huai2015-04-204-6/+673
* [SPARK-6807] [SparkR] Merge recent SparkR-pkg changescafreeman2015-04-171-3/+29
* [SPARK-6972][SQL] Add Coalesce to DataFrameMichael Armbrust2015-04-163-0/+24
* [SPARK-6966][SQL] Use correct ClassLoader for JDBC DriverMichael Armbrust2015-04-161-1/+2
* [SPARK-6899][SQL] Fix type mismatch when using codegen with Average on Decima...Liang-Chi Hsieh2015-04-162-1/+10
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-162-1/+13
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-163-8/+14
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-162-1/+33
* [SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database on...Jin Adachi2015-04-162-9/+39
* [SPARK-5277][SQL] - SparkSqlSerializer doesn't always register user specified...Max Seiden2015-04-154-12/+68
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-1511-33/+534
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-159-33/+52
* [SPARK-6844][SQL] Clean up accumulators used in InMemoryRelation when it is u...Liang-Chi Hsieh2015-04-154-14/+55
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-1549-293/+737
* [SPARK-6887][SQL] ColumnBuilder misses FloatTypeYin Huai2015-04-153-1/+62
* [SPARK-6800][SQL] Update doc for JDBCRelation's columnPartitionLiang-Chi Hsieh2015-04-151-2/+2
* [SPARK-6730][SQL] Allow using keyword as identifier in OPTIONSLiang-Chi Hsieh2015-04-152-6/+20
* [HOTFIX] [SPARK-6896] [SQL] fix compile error in hive-thriftserverDaoyuan Wang2015-04-151-1/+0