Skip to content

Commit

Permalink
Merge branch 'hhyo:master' into query_low_peak
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai authored Jan 24, 2025
2 parents 4835f9d + 69e29b1 commit 5b5d83d
Show file tree
Hide file tree
Showing 70 changed files with 7,955 additions and 1,380 deletions.
2 changes: 1 addition & 1 deletion archery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (1, 11, 2)
version = (1, 11, 3)
display_version = ".".join(str(i) for i in version)
4 changes: 4 additions & 0 deletions archery/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"odps",
"cassandra",
"doris",
"elasticsearch",
"opensearch",
],
),
ENABLED_NOTIFIERS=(
Expand Down Expand Up @@ -101,6 +103,8 @@
"phoenix": {"path": "sql.engines.phoenix:PhoenixEngine"},
"odps": {"path": "sql.engines.odps:ODPSEngine"},
"doris": {"path": "sql.engines.doris:DorisEngine"},
"elasticsearch": {"path": "sql.engines.elasticsearch:ElasticsearchEngine"},
"opensearch": {"path": "sql.engines.elasticsearch:OpenSearchEngine"},
}

ENABLED_NOTIFIERS = env("ENABLED_NOTIFIERS")
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/static/bootstrap-table/export-libs/js-xlsx/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (C) 2012-present SheetJS LLC
Copyright (C) 2012-present SheetJS LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
33 changes: 17 additions & 16 deletions common/static/bootstrap-table/export-libs/js-xlsx/xlsx.core.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5b5d83d

Please sign in to comment.