shuming.li
shuming.li
## What type of PR is this: - [ ] bug - [ ] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues...
### Jira - "Support configurable for DirectByteBufferAllocator from Hadoop Configuration": https://jira.apache.org/jira/browse/PARQUET-1771# ### Tests - Old unit tests. ### Commits - PARQUET-1771: Support configurable for DirectByteBufferAllocator from Hadoop Configuration
@non when I use jawn lib, some error happens below: > [info] java.lang.NumberFormatException: For input string: "1493016373269" [info] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) [info] at java.lang.Integer.parseInt(Integer.java:583) [info] at java.lang.Integer.parseInt(Integer.java:615) [info] at jawn.support.json4s.Parser$$anon$1.jint(Parser.scala:15) [info]...
## Why I'm doing: ## What I'm doing: Fixes https://github.com/StarRocks/StarRocksTest/issues/6303 ## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [...
## Why I'm doing: 1. Query which has join operators cannot be rewritten by mv as expect. 2. MV Rewrite Rule may be affected than other rules., eg (count distinct...
## Why I'm doing: Original MV Rewrite only support SPJG operators, but we can support mv rewrite by text match by simple. ## What I'm doing: ### Basic Idea The...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
## Why I'm doing: MV with union all 's result is not correct if ``` CREATE TABLE `t1` ( `k1` date not null, `k2` datetime not null, `k3` char(20), `k4`...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [...
## Why I'm doing: - `ReentrantReadWriteLock` should be reentrant so we can re-lock the same dbs as below line `StatementPlanner.lock(dbs);` and ` execPlan = StatementPlanner.plan(insertStmt, ctx);`. - But If `dbs`...