aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19637][SQL] Add to_json in FunctionRegistryTakeshi Yamamuro2017-03-072-2/+42
* [SPARK-17075][SQL][FOLLOWUP] fix filter estimation issueswangzhenhua2017-03-062-274/+297
* [SPARK-19350][SQL] Cardinality estimation of Limit and Samplewangzhenhua2017-03-063-79/+145
* [SPARK-19211][SQL] Explicitly prevent Insert into View or Create View As Insertjiangxingbo2017-03-061-1/+5
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-065-29/+56
* [SPARK-19737][SQL] New analysis rule for reporting unregistered functions wit...Cheng Lian2017-03-062-1/+43
* [SPARK-17495][SQL] Support Decimal type in Hive-hashTejas Patil2017-03-062-3/+99
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-052-8/+107
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-052-12/+90
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-034-8/+11
* [SPARK-19758][SQL] Resolving timezone aware expressions with time zone when r...Liang-Chi Hsieh2017-03-033-22/+36
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-012-1/+15
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-285-38/+51
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-271-1/+1
* [SPARK-17075][SQL][FOLLOWUP] fix some minor issues and clean up the codeWenchen Fan2017-02-255-337/+296
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-243-12/+4
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-245-14/+39
* [SPARK-17075][SQL] Follow up: fix file line ending and improve the testsShuai Lin2017-02-242-512/+533
* [SPARK-17495][SQL] Add more tests for hive hashTejas Patil2017-02-242-7/+251
* [SPARK-17075][SQL] implemented filter estimationRon Hu2017-02-234-1/+939
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-235-4/+121
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-232-15/+92
* [SPARK-19691][SQL] Fix ClassCastException when calculating percentile of deci...Takeshi Yamamuro2017-02-232-37/+40
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-221-1/+4
* [SPARK-19658][SQL] Set NumPartitions of RepartitionByExpression In ParserXiao Li2017-02-226-21/+25
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-221-24/+21
* [SPARK-13721][SQL] Make GeneratorOuter unresolved.Bogdan Raducanu2017-02-222-2/+8
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-198-68/+45
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-181-1/+3
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-164-127/+236
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-161-6/+2
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-151-2/+3
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-154-28/+128
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-152-4/+9
* [SPARK-16475][SQL] broadcast hint for SQL queries - disallow space as the del...Liang-Chi Hsieh2017-02-152-3/+8
* [SPARK-17076][SQL] Cardinality estimation for join based on basic column stat...Zhenhua Wang2017-02-157-24/+801
* [SPARK-16475][SQL] broadcast hint for SQL queries - follow upReynold Xin2017-02-153-20/+18
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-142-11/+25
* [SPARK-16475][SQL] Broadcast hint for SQL QueriesReynold Xin2017-02-149-3/+314
* [SPARK-19115][SQL] Supporting Create Table Like Locationouyangxiaochen2017-02-131-1/+1
* [SPARK-19435][SQL] Type coercion between ArrayTypeshyukjinkwon2017-02-132-43/+120
* [SPARK-19544][SQL] Improve error message when some column types are compatibl...hyukjinkwon2017-02-134-14/+38
* [SPARK-19496][SQL] to_date udf to return null when input date is invalidwindpiger2017-02-131-0/+4
* [SPARK-19459][SQL] Add Hive datatype (char/varchar) to StructField metadataHerman van Hovell2017-02-102-3/+31
* [SPARK-19543] from_json fails when the input row is emptyBurak Yavuz2017-02-102-1/+9
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-091-1/+1
* [SPARK-19512][SQL] codegen for compare structs failsBogdan Raducanu2017-02-092-4/+12
* [SPARK-19514] Making range interruptible.Ala Luszczak2017-02-091-3/+5
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-092-3/+6
* [SPARK-19359][SQL] renaming partition should not leave useless directoriesWenchen Fan2017-02-091-7/+10