questdb/questdb

Create table with symbol cast produces zero rows

Open

#3,984 opened on 2023年11月21日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Java (972 forks)batch import
BugGood first issueSQLhacktoberfest

Repository metrics

Stars
 (13,403 stars)
PR merge metrics
 (平均マージ 5d 13h) (30d で 108 merged PRs)

説明

Describe the bug

Run

create table x as (
  select x::symbol s,
         timestamp_sequence('2023-11-17T10', 1000000L) ts
  from long_sequence(1000000)
) timestamp(ts) partition by day;

Then

x;

returns 0 rows.

To reproduce

No response

Expected Behavior

No response

Environment

- **QuestDB version**: latest master, 7.3.5-SNAPSHOT
- **OS**:
- **Browser**:

Additional context

No response

コントリビューターガイド