-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(clickhouse): move
ClickhouseTable.insert
method to clickho…
…use backend and remove `ClickhouseTable` class BREAKING CHANGE: `ClickhouseTable` is removed. This class only provided a single `insert` method. Use the Clickhouse backend's `insert` method instead.
- Loading branch information
Showing
2 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c9c72ae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
3
.ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-impala]
1662.359688284731
iter/sec (stddev: 0.008572025211092292
)12504.974539900828
iter/sec (stddev: 0.000015348002454192702
)7.52
This comment was automatically generated by workflow using github-action-benchmark.