Skip to content
New issue

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

ClickHouse Error: year 54725 is out of range #21678

Closed
3 tasks done
hermanzdosilovic opened this issue Oct 3, 2022 · 1 comment
Closed
3 tasks done

ClickHouse Error: year 54725 is out of range #21678

hermanzdosilovic opened this issue Oct 3, 2022 · 1 comment
Labels
#bug Bug report

Comments

@hermanzdosilovic
Copy link

Whatever query I run in SQL Lab I get the following error:

ClickHouse Error
year 54725 is out of range

This may be triggered by:
Issue 1002 - The database returned an unexpected error.

How to reproduce the bug

  1. Go to SQL -> SQL Lab
  2. Choose any clickhouse database
  3. Write any query, for example: select version(), select 1, select now(), or select 'hello, world'
  4. See error

Expected results

A query should run successfully.

Actual results

I get the following error:

ClickHouse Error
year 54725 is out of range

This may be triggered by:
Issue 1002 - The database returned an unexpected error.

Screenshots

image
image
image
image

Environment

  • browser type and version: Version 1.44.105 Chromium: 106.0.5249.91 (Official Build) (x86_64)
  • superset version: apache/superset:31895f412eba60e274c7158a39cf0a8455ffd671 (Docker image)
  • python version: 3.8.13
  • node.js version: N/A since I am using official Docker image
  • any feature flags active:
    FEATURE_FLAGS = {
        "ALERT_REPORTS": True,
        "DASHBOARD_RBAC": True,
        "ENABLE_TEMPLATE_PROCESSING": True,
        "SCHEDULED_QUERIES": True
    }
    

Checklist

  • I have checked the superset logs for python stacktraces and included it here as text if there are any. Logs are available here.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

  1. ClickHouse version: 21.12.2.17
  2. Using clickhouse-sqlalchemy==0.2.2
@hermanzdosilovic hermanzdosilovic added the #bug Bug report label Oct 3, 2022
@zhaoyongjie
Copy link
Member

Hi @hermanzdosilovic, this issue has been resoved by #21667, so I close it. Feel free to reopen this one if you have the same issue yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants