aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-1918-349/+386
* [SPARK-10035] [SQL] Parquet filters does not process EqualNullSafe filter.hyukjinkwon2015-08-202-139/+37
* [SPARK-6489] [SQL] add column pruning for GenerateWenchen Fan2015-08-193-2/+100
* [SPARK-10083] [SQL] CaseWhen should support type coercion of DecimalType and ...Daoyuan Wang2015-08-192-2/+13
* [SPARK-9899] [SQL] Disables customized output committer when speculation is onCheng Lian2015-08-192-1/+49
* [SPARK-10090] [SQL] fix decimal scale of divisionDavies Liu2015-08-196-31/+157
* [SPARK-9627] [SQL] Stops using Scala runtime reflection in DictionaryEncodingCheng Lian2015-08-192-12/+4
* [SPARK-10073] [SQL] Python withColumn should replace the old columnDavies Liu2015-08-191-1/+2
* [SPARK-10107] [SQL] fix NPE in format_numberDavies Liu2015-08-192-3/+3
* [SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors & fix UDF...Reynold Xin2015-08-184-7/+68
* [SPARK-10095] [SQL] use public API of BigIntegerDavies Liu2015-08-182-27/+11
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-195-91/+149
* [SPARK-10088] [SQL] Add support for "stored as avro" in HiveQL parser.Marcelo Vanzin2015-08-182-10/+13
* [SPARK-10089] [SQL] Add missing golden files.Marcelo Vanzin2015-08-182-0/+503
* [SPARK-10080] [SQL] Fix binary incompatibility for $ column interpolationMichael Armbrust2015-08-183-11/+22
* [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4JCheng Lian2015-08-184-43/+45
* [SPARK-10038] [SQL] fix bug in generated unsafe projection when there is bina...Davies Liu2015-08-172-4/+29
* [MINOR] Format the comment of `translate` at `functions.scala`Yu ISHIKAWA2015-08-171-8/+9
* [SPARK-9592] [SQL] Fix Last function implemented based on AggregateExpression1.Yin Huai2015-08-172-2/+22
* [SPARK-9526] [SQL] Utilize randomized tests to reveal potential bugs in sql e...Yijie Shen2015-08-1710-6/+410
* [SPARK-10036] [SQL] Load JDBC driver in DataFrameReader.jdbc and DataFrameWri...zsxwing2015-08-174-7/+20
* [SPARK-9950] [SQL] Wrong Analysis Error for grouping/aggregating on struct fi...Wenchen Fan2015-08-171-0/+5
* [SPARK-7837] [SQL] Avoids double closing output writers when commitTask() failsCheng Lian2015-08-182-6/+61
* [SPARK-10005] [SQL] Fixes schema merging for nested structsCheng Lian2015-08-164-22/+112
* [SPARK-9973] [SQL] Correct in-memory columnar buffer sizeKun Xu2015-08-161-2/+1
* [SPARK-9955] [SQL] correct error message for aggregateWenchen Fan2015-08-153-7/+12
* [SPARK-9984] [SQL] Create local physical operator interface.Reynold Xin2015-08-144-0/+224
* [SPARK-8887] [SQL] Explicit define which data types can be used as dynamic pa...Yijie Shen2015-08-145-4/+41
* [SPARK-9634] [SPARK-9323] [SQL] cleanup unnecessary Aliases in LogicalPlan at...Wenchen Fan2015-08-149-24/+120
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-143-3/+3
* [SPARK-9949] [SQL] Fix TakeOrderedAndProject's output.Yin Huai2015-08-142-4/+28
* [SPARK-8670] [SQL] Nested columns can't be referenced in pysparkWenchen Fan2015-08-141-0/+2
* [SPARK-9561] Re-enable BroadcastJoinSuiteAndrew Or2015-08-141-76/+69
* [SPARK-9929] [SQL] support metadata in withColumnWenchen Fan2015-08-141-0/+17
* [SPARK-9958] [SQL] Make HiveThriftServer2Listener thread-safe and update the ...zsxwing2015-08-144-60/+78
* [MINOR] [SQL] Remove canEqual in RowLiang-Chi Hsieh2015-08-131-21/+0
* [SPARK-9945] [SQL] pageSize should be calculated from executor.memoryDavies Liu2015-08-131-3/+3
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-1394-1198/+1439
* [SPARK-9943] [SQL] deserialized UnsafeHashedRelation should be serializableDavies Liu2015-08-132-33/+74
* [SPARK-9935] [SQL] EqualNotNull not processed in ORChyukjinkwon2015-08-131-0/+5
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-1311-30/+150
* [SPARK-9885] [SQL] Also pass barrierPrefixes and sharedPrefixes to IsolatedCl...Yin Huai2015-08-132-3/+14
* [SPARK-9927] [SQL] Revert 8049 since it's pushing wrong filter downYijie Shen2015-08-133-64/+3
* [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