Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

bug: Query failed when aliasing a table name in sql #55

Description

@MichaelLeeHZ

Describe this problem

It occurs Table not found when aliasing a table name in sql

Steps to reproduce

Run this sql with sdk

select * from `SPM_2197803522_INFLUENCE_DEFAULT` t1 
WHERE 
t1.`period` between '2023-03-22 11:09:00' and  '2023-03-22 11:09:59'
limit 10

Expected behavior

No error happened

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions