aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9832] [SQL] add a thread-safe lookup for BytesToBytseMapDavies Liu2015-08-121-2/+4
* [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its ou...Yin Huai2015-08-122-4/+9
* [SPARK-9908] [SQL] When spark.sql.tungsten.enabled is false, broadcast join d...Yin Huai2015-08-121-2/+4
* [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializerDavies Liu2015-08-122-3/+30
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-121-1/+9
* [SPARK-9449] [SQL] Include MetastoreRelation's inputFilesMichael Armbrust2015-08-125-20/+66
* [SPARK-9894] [SQL] Json writer should handle MapData.Yin Huai2015-08-123-35/+83
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-123-6/+6
* [SPARK-9804] [HIVE] Use correct value for isSrcLocal parameter.Marcelo Vanzin2015-08-121-3/+10
* [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregationAndrew Or2015-08-124-61/+162
* [SPARK-9407] [SQL] Relaxes Parquet ValidTypeMap to allow ENUM predicates to b...Cheng Lian2015-08-1216-136/+374
* [SPARK-9182] [SQL] Filters are not passed through to jdbc sourceYijie Shen2015-08-123-3/+63
* [SPARK-9854] [SQL] RuleExecutor.timeMap should be thread-safeJosh Rosen2015-08-111-6/+9
* [SPARK-9831] [SQL] fix serialization with empty broadcastDavies Liu2015-08-112-1/+18
* [SPARK-9849] [SQL] DirectParquetOutputCommitter qualified name should be back...Reynold Xin2015-08-112-1/+33
* [SPARK-9814] [SQL] EqualNotNull not passing to data sourceshyukjinkwon2015-08-113-0/+15
* [SPARK-9646] [SQL] Add metrics for all join and aggregate operatorszsxwing2015-08-1127-107/+847
* [SPARK-9785] [SQL] HashPartitioning compatibility should consider expression ...Josh Rosen2015-08-112-10/+60
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1116-204/+142
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-1013-319/+1165
* [SPARK-9340] [SQL] Fixes converting unannotated Parquet listsDamian Guy2015-08-1113-33/+246
* [SPARK-9759] [SQL] improve decimal.times() and cast(int, decimalType)Davies Liu2015-08-102-32/+22
* [SPARK-9620] [SQL] generated UnsafeProjection should support many columns or ...Davies Liu2015-08-106-142/+207
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-1075-963/+1093
* [SPARK-9784] [SQL] Exchange.isUnsafe should check whether codegen and unsafe ...Josh Rosen2015-08-101-1/+1
* [SPARK-9743] [SQL] Fixes JSONRelation refreshingCheng Lian2015-08-104-12/+21
* [SPARK-9777] [SQL] Window operator can accept UnsafeRowsYin Huai2015-08-091-0/+2
* [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary s...Josh Rosen2015-08-095-65/+328
* [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if Data...Yijie Shen2015-08-093-2/+21
* [SPARK-9752][SQL] Support UnsafeRow in Sample operator.Reynold Xin2015-08-093-21/+49
* [SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed planYijie Shen2015-08-083-3/+38
* [MINOR] inaccurate comments for showString()CodingCat2015-08-081-1/+1
* [SPARK-9486][SQL] Add data source aliasing for external packagesJoseph Batchik2015-08-0810-30/+155
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-083-0/+62
* [SPARK-9738] [SQL] remove FromUnsafe and add its codegen version to GenerateSafeWenchen Fan2015-08-084-107/+95
* [SPARK-4176] [SQL] [MINOR] Should use unscaled Long to write decimals for pre...Cheng Lian2015-08-082-13/+18
* [SPARK-9753] [SQL] TungstenAggregate should also accept InternalRow instead o...Yin Huai2015-08-074-50/+39
* [SPARK-9754][SQL] Remove TypeCheck in debug package.Reynold Xin2015-08-072-104/+4
* [SPARK-8890] [SQL] Fallback on sorting when writing many dynamic partitionsMichael Armbrust2015-08-0710-623/+715
* [SPARK-9674] Re-enable ignored test in SQLQuerySuiteAndrew Or2015-08-074-15/+39
* [SPARK-9733][SQL] Improve physical plan explain for data sourcesReynold Xin2015-08-0710-24/+44
* [SPARK-9667][SQL] followup: Use GenerateUnsafeProjection.canSupport to test E...Reynold Xin2015-08-071-11/+4
* [SPARK-9736] [SQL] JoinedRow.anyNull should delegate to the underlying rows.Reynold Xin2015-08-074-129/+156
* [SPARK-8382] [SQL] Improve Analysis Unit test frameworkWenchen Fan2015-08-075-127/+79
* [SPARK-9674][SPARK-9667] Remove SparkSqlSerializer2Reynold Xin2015-08-074-677/+24
* [SPARK-9467][SQL]Add SQLMetric to specialize accumulators to avoid boxingzsxwing2015-08-077-31/+337
* [SPARK-9683] [SQL] copy UTF8String when convert unsafe array/map to safeWenchen Fan2015-08-072-1/+40
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-066-14/+11
* [SPARK-8862][SQL]Support multiple SQLContexts in Web UIzsxwing2015-08-062-3/+11
* [SPARK-7550] [SQL] [MINOR] Fixes logs when persisting DataFramesCheng Lian2015-08-061-4/+2