-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Follow-up on Clickbench benchmark #3048
Comments
original query:
Since datafusion import columns as case-sensitive so we need to modify it as
EventTime is originally Int in parquet, we need to cast it (as parquet importer doesn't allow us to add schema for now)
The last isue is that we cannot |
Current issue for 11 (12 and 13 have the similar issue) origin:
add double quote as column name imported as case-sensitive
Cast to TEXT as we cannot group by binary for now #3035
Unfortunately it crashes. i feel like |
37-42 passed by
|
this is incorrect |
i finally found the root cause for most of the issues..... their full-dataset and partial-dataset have different schema, submitted a issue there ClickHouse/ClickBench#18 |
close again :D |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
The goal is to pass all 43 cases to submit to https://benchmark.clickhouse.com/
i did some initial progress in #2902
We now passed 36 cases
This issue is to track the progress to pass all 43 cases.
create external table as parquet location 'xxx'
to cast it to date; and then compare (solved by modifying queries.sql to cast in sql query)Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: