Skip to content

[Bug]: PG SQL 中 partition_bound_spec 规则重复 #400

Closed
@LuckyFBB

Description

@LuckyFBB
Collaborator

Version

4.1.0-beta.0

Which SQL?

Postgre

SQL content

JavaScript/TypeScript code

What happened?

规则重复

partitionBoundSpec
: KW_FOR KW_VALUES KW_WITH OPEN_PAREN KW_MODULUS Integral COMMA KW_REMAINDER Integral CLOSE_PAREN
| KW_FOR KW_VALUES KW_IN executeParamClause
| KW_FOR KW_VALUES KW_FROM executeParamClause KW_TO executeParamClause
| KW_DEFAULT
;

partition_bound_spec
: KW_IN executeParamClause
| KW_FROM partition_bound_clause KW_TO partition_bound_clause
| KW_WITH partition_with_clause
;

Relevant log output

Activity

self-assigned this
on Feb 14, 2025
LuckyFBB

LuckyFBB commented on May 8, 2025

@LuckyFBB
CollaboratorAuthor

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @mumiao@LuckyFBB

      Issue actions

        [Bug]: PG SQL 中 partition_bound_spec 规则重复 · Issue #400 · DTStack/dt-sql-parser