Skip to content

Conversation

@HappenLee
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

Problem Summary:

Describe the overview of changes.

Checklist(Required)

  1. Does it affect the original behavior: (No)
  2. Has unit tests been added: No Need)
  3. Has document been added or modified: (Yes)
  4. Does it need to update dependencies: (No)
  5. Are there any changes that cannot be rolled back: (Yes)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@yangzhg
Copy link
Member

yangzhg commented Mar 7, 2022

It is better to redraw those two images, the source of those two images is unknown

@HappenLee
Copy link
Contributor Author

It is better to redraw those two images, the source of those two images is unknown

had set quoted from [Column-Oriented
Database Systems](https://web.stanford.edu/class/cs346/2015/notes/old/column.pdf

@morningman morningman added dev/backlog waiting to be merged in future dev branch kind/docs Categorizes issue or PR as related to documentation. labels Mar 8, 2022
2. 不支持原有行存执行引擎的`UDF`与`UDAF`。
3. 不支持将between语句改写为复合判断语句,会导致以下报错:`BetweenPredicate needs to be rewritten into a CompoundPredicate`。
4. 不支持`TupleIsNull`函数,可能会导致部分外连接并带有非Nullable函数计算的表达式无法得到所需的NULL值。
5. `string/text`类型最大长度支持为1MB,而不是默认的2GB。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
5. `string/text`类型最大长度支持为1MB,而不是默认的2GB。
5. `string/text`类型最大长度支持为1MB,而不是默认的2GB。即当开启向量化引擎后,将无法查询或导入大于1MB的字符串。但如果关闭向量化引擎,则依然可以正常查询和导入。

3. 不支持将between语句改写为复合判断语句,会导致以下报错:`BetweenPredicate needs to be rewritten into a CompoundPredicate`。
4. 不支持`TupleIsNull`函数,可能会导致部分外连接并带有非Nullable函数计算的表达式无法得到所需的NULL值。
5. `string/text`类型最大长度支持为1MB,而不是默认的2GB。
6. 不支持output in file的导出方式。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
6. 不支持output in file的导出方式
6. 不支持 `select ... into outfile` 的导出方式

5. `string/text`类型最大长度支持为1MB,而不是默认的2GB。
6. 不支持output in file的导出方式。
7. 不支持lateral view
8. 不支持extrenal brocker外表
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
8. 不支持extrenal brocker外表
8. 不支持extrenal broker外表

@HappenLee
Copy link
Contributor Author

revise done

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Mar 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2022

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2022

PR approved by anyone and no changes requested.

@morningman morningman merged commit 8c84160 into apache:master Mar 10, 2022
cambyzju pushed a commit to cambyzju/incubator-doris that referenced this pull request Mar 12, 2022
@morningman morningman added dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 and removed dev/backlog waiting to be merged in future dev branch labels Mar 14, 2022
zhengte pushed a commit to zhengte/incubator-doris that referenced this pull request Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 kind/docs Categorizes issue or PR as related to documentation. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants