[GitHub] kangkaisen opened a new pull request #255: Simplify constant Expr

2018-10-30 Thread GitBox
kangkaisen opened a new pull request #255: Simplify constant Expr URL: https://github.com/apache/incubator-doris/pull/255 Simplify constant Expr could improve Partition Pruning. The examples for constant Expr Simplifing: ``` 1 + 1 + 1 --> 3 date_add('2018-08-08', 1) -->

[GitHub] kangkaisen opened a new pull request #256: Improve cardinality, avgRowSize, numNodes stat info in OlapScanNode

2018-10-30 Thread GitBox
kangkaisen opened a new pull request #256: Improve cardinality, avgRowSize, numNodes stat info in OlapScanNode URL: https://github.com/apache/incubator-doris/pull/256 Currently, the cardinality, avgRowSize, numNodes stat info in OlapScanNode is none, So the broadcastCost and partitionCost

[GitHub] lide-reed closed pull request #254: Add DISCLAIMER

2018-10-30 Thread GitBox
lide-reed closed pull request #254: Add DISCLAIMER URL: https://github.com/apache/incubator-doris/pull/254 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a

[GitHub] kangkaisen opened a new pull request #249: Fix UnionStmt toSql bug

2018-10-30 Thread GitBox
kangkaisen opened a new pull request #249: Fix UnionStmt toSql bug URL: https://github.com/apache/incubator-doris/pull/249 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] kangkaisen opened a new pull request #253: Doris view support parenthesis

2018-10-30 Thread GitBox
kangkaisen opened a new pull request #253: Doris view support parenthesis URL: https://github.com/apache/incubator-doris/pull/253 ### How to Reproduce 1 Create a view ``` create view test_view (id) as select (1 + 2) % 3 as id; ``` 2 query the view ``` select * from

[GitHub] kangkaisen opened a new pull request #252: Doris support NULLS LAST and NULLS FIRST

2018-10-30 Thread GitBox
kangkaisen opened a new pull request #252: Doris support NULLS LAST and NULLS FIRST URL: https://github.com/apache/incubator-doris/pull/252 Currently, when select * from table order by a,b,c desc, the NULL value will be first. In real application, the users maybe want to the NULL value

[GitHub] lide-reed opened a new pull request #254: Add DISCLAIMER

2018-10-30 Thread GitBox
lide-reed opened a new pull request #254: Add DISCLAIMER URL: https://github.com/apache/incubator-doris/pull/254 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and