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

修复doris表结构查询异常 #2602

Merged
merged 1 commit into from
Apr 22, 2024
Merged

修复doris表结构查询异常 #2602

merged 1 commit into from
Apr 22, 2024

Conversation

Grain-Yu
Copy link
Contributor

fix: #2589
优化MysqlEngine与doris的兼容性:
doris中,带变量的sql语句,不支持“WHERE TABLE_SCHEMA = %(db_name)s” 的写法。

fix: hhyo#2589
优化MysqlEngine与doris的兼容性:
doris中,带变量的sql语句,不支持“WHERE TABLE_SCHEMA = %(db_name)s” 的写法。
Copy link

codecov bot commented Apr 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.96%. Comparing base (5f42514) to head (3795ab4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2602   +/-   ##
=======================================
  Coverage   76.95%   76.96%           
=======================================
  Files         117      117           
  Lines       16137    16139    +2     
=======================================
+ Hits        12419    12421    +2     
  Misses       3718     3718           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@LeoQuote LeoQuote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Grain-Yu
Copy link
Contributor Author

https://github.com/hhyo/Archery/blob/master/sql/engines/doris.py

现在有doris 专用引擎了

但是get_all_columns_by_tb没去做单独的实现,是从mysql继承过来的

@LeoQuote
Copy link
Collaborator

好吧我看错了

@LeoQuote LeoQuote merged commit 5e073aa into hhyo:master Apr 22, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doris和starrocks报错
2 participants