Qihoo360 / XSQL

Unified SQL Analytics Engine Based on SparkSQL
https://qihoo360.github.io/XSQL/
Apache License 2.0
209 stars 62 forks source link

[JDBC] Fix mysql datasource can't partition #54

Closed wenfang6 closed 4 years ago

wenfang6 commented 4 years ago

What changes were proposed in this pull request?

This PR solves the problem that MySQL data source can't partition. The current code don't load partition information of MySQL into memory when cache.level is 1 . The PR fixes the bug.

How was this patch tested?

No UT.

beliefer commented 4 years ago

mysql -> MySQL

beliefer commented 4 years ago

The PR fixs the bug. -> The PR fixes the bug .

wenfang6 commented 4 years ago

The PR fixs the bug. -> The PR fixes the bug .

Thanks for your correction

beliefer commented 4 years ago

Thanks! Merged to master and branch-0.6