aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-048-57/+186
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-0319-737/+642
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-0412-20/+221
* [SPARK-19408][SQL] filter estimation on two columns of same tableRon Hu2017-04-032-10/+363
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-033-4/+26
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-037-45/+85
* [SPARK-19641][SQL] JSON schema inference in DROPMALFORMED mode produces incor...hyukjinkwon2017-04-032-33/+78
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-036-9/+9
* [SPARK-20173][SQL][HIVE-THRIFTSERVER] Throw NullPointerException when HiveThr...zuotingbing2017-04-021-1/+1
* [SPARK-20143][SQL] DataType.fromJson should throw an exception with better me...hyukjinkwon2017-04-022-1/+39
* [SPARK-20186][SQL] BroadcastHint should use child's statswangzhenhua2017-04-012-2/+21
* [SPARK-19148][SQL][FOLLOW-UP] do not expose the external table concept in Cat...Xiao Li2017-04-011-10/+15
* [SPARK-20165][SS] Resolve state encoder's deserializer in driver in FlatMapGr...Tathagata Das2017-03-316-21/+45
* [SPARK-20160][SQL] Move ParquetConversions and OrcConversions Out Of HiveSess...Xiao Li2017-04-017-122/+70
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-312-1/+9
* [SPARK-20151][SQL] Account for partition pruning in scan metadataTime metricsReynold Xin2017-03-303-4/+18
* [SPARK-20121][SQL] simplify NullPropagation with NullIntolerantWenchen Fan2017-03-306-73/+39
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-3018-51/+53
* [SPARK-20148][SQL] Extend the file commit API to allow subscribing to task co...Eric Liang2017-03-292-7/+46
* [SPARK-20136][SQL] Add num files and metadata operation timing to scan operat...Reynold Xin2017-03-291-2/+16
* [SPARK-20146][SQL] fix comment missing issue for thrift serverbomeng2017-03-292-2/+14
* [SPARK-19088][SQL] Fix 2.10 build.Takuya UESHIN2017-03-291-1/+2
* [SPARK-20120][SQL] spark-sql support silent modeYuming Wang2017-03-291-0/+5
* [SPARK-17075][SQL][FOLLOWUP] Add Estimation of Constant LiteralXiao Li2017-03-292-2/+124
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-295-25/+90
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-299-56/+111
* [SPARK-20134][SQL] SQLMetrics.postDriverMetricUpdates to simplify driver side...Reynold Xin2017-03-295-17/+34
* [SPARK-20125][SQL] Dataset of type option of map does not workWenchen Fan2017-03-282-0/+11
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-2814-193/+104
* [SPARK-20124][SQL] Join reorder should keep the same order of final project a...wangzhenhua2017-03-283-10/+31
* [SPARK-20094][SQL] Preventing push down of IN subquery to Join operatorwangzhenhua2017-03-282-0/+26
* [SPARK-20119][TEST-MAVEN] Fix the test case fail in DataSourceScanExecRedacti...Xiao Li2017-03-281-1/+1
* [SPARK-19088][SQL] Optimize sequence type deserialization codegenMichal Senkyr2017-03-283-69/+54
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-2813-572/+547
* [SPARK-19876][SS] Follow up: Refactored BatchCommitLog to simplify logicTathagata Das2017-03-273-12/+19
* [SPARK-20104][SQL] Don't estimate IsNull or IsNotNull predicates for non-leaf...wangzhenhua2017-03-272-4/+33
* [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windowsHerman van Hovell2017-03-262-3/+16
* [SPARK-20046][SQL] Facilitate loop optimizations in a JIT compiler regarding ...Kazuaki Ishizaki2017-03-261-4/+14
* [SPARK-19949][SQL][FOLLOW-UP] move FailureSafeParser from catalyst to sql coreWenchen Fan2017-03-255-18/+39
* [HOTFIX][SQL] Fix the failed test cases in GeneratorFunctionSuiteXiao Li2017-03-241-6/+6
* [DOCS] Clarify round mode for format_number & round functionsRoxanne Moslehi2017-03-251-5/+5
* [SPARK-19846][SQL] Add a flag to disable constraint propagationLiang-Chi Hsieh2017-03-2513-20/+158
* Disable generate codegen since it fails my workload.Reynold Xin2017-03-242-29/+1
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-242-16/+85
* [SQL][MINOR] Fix for typo in AnalyzerJacek Laskowski2017-03-241-1/+1
* [SPARK-19970][SQL][FOLLOW-UP] Table owner should be USER instead of PRINCIPAL...Xiao Li2017-03-241-13/+13
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-231-3/+1
* [SPARK-19959][SQL] Fix to throw NullPointerException in df[java.lang.Long].c...Kazuaki Ishizaki2017-03-242-1/+15
* Fix compilation of the Scala 2.10 master branchBurak Yavuz2017-03-232-11/+11
* [SPARK-10849][SQL] Adds option to the JDBC data source write for user to spec...sureshthalamati2017-03-235-12/+212