[GitHub] [incubator-doris] wangbo commented on pull request #6866: [Refactor] Refactor the reader code

2021-10-29 Thread GitBox
wangbo commented on pull request #6866: URL: https://github.com/apache/incubator-doris/pull/6866#issuecomment-954491907 Is the Reader interface necessary? I think the V**Node is a separate interface. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] wangbo edited a comment on pull request #6866: [Refactor] Refactor the reader code

2021-10-29 Thread GitBox
wangbo edited a comment on pull request #6866: URL: https://github.com/apache/incubator-doris/pull/6866#issuecomment-954491907 Is the Reader interface necessary? I think the V**Node is a separate interface. Maybe we only need BlockReader and TupleReader? -- This is an automated messag

[GitHub] [incubator-doris] HappenLee commented on pull request #6866: [Refactor] Refactor the reader code

2021-10-29 Thread GitBox
HappenLee commented on pull request #6866: URL: https://github.com/apache/incubator-doris/pull/6866#issuecomment-954493740 > Is the Reader interface necessary? I think the V**Node is a separate interface. Maybe we only need BlockReader and TupleReader? Yes, tuple_reader and blockr_ea

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6866: [Refactor] Refactor the reader code

2021-10-29 Thread GitBox
github-actions[bot] commented on pull request #6866: URL: https://github.com/apache/incubator-doris/pull/6866#issuecomment-954508374 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] tiandazhao commented on issue #6132: [Feature]Support managing acl through Apache Ranger

2021-10-29 Thread GitBox
tiandazhao commented on issue #6132: URL: https://github.com/apache/incubator-doris/issues/6132#issuecomment-954561911 Also look forward to supporting ranger permission control -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] hf200012 merged pull request #6956: [Improve] Spark connector supports multiple spark versions:2.1.x/2.3.x/3.x

2021-10-29 Thread GitBox
hf200012 merged pull request #6956: URL: https://github.com/apache/incubator-doris/pull/6956 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commi

[incubator-doris] branch master updated: [Optimize] Spark connector supports multiple spark versions:2.1.x/2.3.x/2.4.x/3.x (#6956)

2021-10-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 466cd5d [Optimize] Spark connect

[GitHub] [incubator-doris] tianhui5 opened a new issue #6969: [Feature] Add stream load info to system info page of web site

2021-10-29 Thread GitBox
tianhui5 opened a new issue #6969: URL: https://github.com/apache/incubator-doris/issues/6969 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description I

[GitHub] [incubator-doris] tianhui5 opened a new pull request #6970: Add stream load info to system info of web site

2021-10-29 Thread GitBox
tianhui5 opened a new pull request #6970: URL: https://github.com/apache/incubator-doris/pull/6970 ## Proposed changes #6969 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) -

[GitHub] [incubator-doris] zuochunwei opened a new pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-10-29 Thread GitBox
zuochunwei opened a new pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971 reduce hll memory occupied: replace uint64_t _explicit_data[160*2] with uint64_t* new memory for explicit data when really needed trace HLL memory usage -- This is an automate

[GitHub] [incubator-doris] hf200012 commented on issue #6806: Release note 0.15.0 (WIP)

2021-10-29 Thread GitBox
hf200012 commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-954611493 Spark Doris Connector now supports writing. It also supports Spark 2.x and 3.x versions. You can pull the code from the master branch and use the Docker 1.3.1 image to

[GitHub] [incubator-doris] LiHang-CN opened a new issue #6972: [Bug] BE节点错误访问

2021-10-29 Thread GitBox
LiHang-CN opened a new issue #6972: URL: https://github.com/apache/incubator-doris/issues/6972 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version Dock

[GitHub] [incubator-doris] zhangyang0713 commented on issue #4713: Routine load report TOO_MANY_TASKS

2021-10-29 Thread GitBox
zhangyang0713 commented on issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713#issuecomment-954687658 我是最新版本,也是这个报错 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [incubator-doris] chovy-3012 opened a new pull request #6973: [Feature] Spark connector supports to specify fields to write

2021-10-29 Thread GitBox
chovy-3012 opened a new pull request #6973: URL: https://github.com/apache/incubator-doris/pull/6973 ## Proposed changes 1. By default , Spark connector must write all fields value to `Doris` table . In this feature , user can specify part of fields to write , even specify the o

[GitHub] [incubator-doris] Gabriel39 opened a new pull request #6974: [Bug] fix bool type bug in es scan node

2021-10-29 Thread GitBox
Gabriel39 opened a new pull request #6974: URL: https://github.com/apache/incubator-doris/pull/6974 ## Proposed changes Currently, when I read a bool type value from es, error may occur in some cases due to incorrect type processing. For example, record inserted into es is somethi

[GitHub] [incubator-doris] hectorhe001 commented on issue #6806: Release note 0.15.0 (WIP)

2021-10-29 Thread GitBox
hectorhe001 commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-954874314 > Spark Doris Connector now supports writing. It also supports Spark 2.x and 3.x versions. You can pull the code from the master branch and use the Docker 1.3.1 image to

[GitHub] [incubator-doris] liutang123 opened a new pull request #6975: [BUG][Schedule] Fix getMixLoadScore error.

2021-10-29 Thread GitBox
liutang123 opened a new pull request #6975: URL: https://github.com/apache/incubator-doris/pull/6975 ## Proposed changes When FE choose a BE as Clone's target location, the code logic is as follows: ``` TabletScheduler::handleReplicaMissing TabletScheduler::chooseAvailableDes

[GitHub] [incubator-doris] hf200012 commented on pull request #6973: [Feature] Spark connector supports to specify fields to write

2021-10-29 Thread GitBox
hf200012 commented on pull request #6973: URL: https://github.com/apache/incubator-doris/pull/6973#issuecomment-955136290 It is best to give an example of this use in the documentation, which is more convenient for users to refer to when using it -- This is an automated message from the

[GitHub] [incubator-doris] stdpain commented on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-10-29 Thread GitBox
stdpain commented on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-955159298 The reason why we have to block to wait for the arrival of the filter is that there is no ability to dynamically push down predicates on the scan. This is the first thin

[GitHub] [incubator-doris] stdpain edited a comment on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-10-29 Thread GitBox
stdpain edited a comment on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-955159298 The reason why we have to block to wait for the arrival of the filter is that there is no ability to dynamically push down predicates on the scan. This is the fir