apache / apache/doris-website

Issue on docs

Open
#2,005 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
MDX
Stars
133
Forks
464
Avg merge
1d 1h
Merged PRs (30d)
50

Description

CREATE TABLE test_percent_rank (
productLine VARCHAR,
orderYear INT,
orderValue DOUBLE,
percentile_rank DOUBLE
) ENGINE=OLAP
DISTRIBUTED BY HASH(`orderYear`) BUCKETS 4
PROPERTIES (
"replication_allocation" = "tag.location.default: 1"
);

productLine VARCHAR does not specify length,such as VARCHAR (100).

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue does not name a documentation file, page, or test. Search the docs for the CREATE TABLE test_percent_rank example, inspect the surrounding SQL syntax, and update the VARCHAR declaration to include a length. Done means the rendered example no longer uses an unbounded VARCHAR and the documentation builds successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
databases, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.