We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description Now the doc looks like this:
LAST JOIN
left_table.column=right_table.column
rgith_table.column
ORDER BY
CREATE DATABASE db1; USE db1; CREATE TABLE t1 (col0 STRING, col1 int, std_time TIMESTAMP, INDEX(KEY=col1, TS=std_time, TTL_TYPE=absolute, TTL=30d)); -- SUCCEED: Create successfully desc t1; --- ---------- ----------- ------ --------- # Field Type Null Default --- ---------- ----------- ------ --------- 1 col0 Varchar YES 2 col1 Int YES 3 std_time Timestamp YES --- ---------- ----------- ------ --------- --- -------------------- ------ ---------- ---------- --------------- # name keys ts ttl ttl_type --- -------------------- ------ ---------- ---------- --------------- 1 INDEX_0_1639524729 col1 std_time 43200min kAbsoluteTime --- -------------------- ------ ---------- ---------- ---------------
Expected Behavior The example should be for the LAST JOIN example. Not the create table example.
create table
The text was updated successfully, but these errors were encountered:
OpenMLDB/docs/zh/reference/sql/deployment_manage/ONLINE_SERVING_REQUIREMENTS.md
Line 9 in 607f32b
Sorry, something went wrong.
High-priority Bugs (0.5.x)
docs(4paradigm#1948): fix last join online serve example
aca6637
fix by #2195
aceforeverd
No branches or pull requests
Bug Description
Now the doc looks like this:
Online Serving下LAST JOIN的使用规范
LAST JOIN
类型left_table.column=right_table.column
的EQUAL条件,并且rgith_table.column
列需要命中右表的索引ORDER BY
只能支持列表达式,并且列需要命中右表索引的时间列Example: 支持上线的简单SELECT查询语句范例
Expected Behavior
The example should be for the
LAST JOIN
example. Not thecreate table
example.The text was updated successfully, but these errors were encountered: