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

#489 Fix date expressions calculation for JDBC with SQL queries. #490

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Sep 25, 2024

Closes #489

Copy link

github-actions bot commented Sep 25, 2024

Unit Test Coverage

File Coverage [94.67%] 🍏
StringUtils.scala 100% 🍏
TableReaderJdbcNative.scala 94.67% 🍏
SparkUtils.scala 94.62% 🍏
DateExprEvaluator.scala 91.84% 🍏
Parser.scala 90.22% 🍏
Total Project Coverage 81.12% 🍏

@yruslan yruslan force-pushed the bugfix/489-expression-errors branch from 70e76f5 to fae3f08 Compare September 25, 2024 11:35
@yruslan yruslan marked this pull request as ready for review September 25, 2024 11:44
@yruslan yruslan merged commit e12129f into main Sep 25, 2024
8 checks passed
@yruslan yruslan deleted the bugfix/489-expression-errors branch September 25, 2024 12:09
@yruslan yruslan mentioned this pull request Sep 30, 2024
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.

JDBC Native fails on variable not found when @infoDate is used as part of a function
1 participant