oleg-zinovev commented on a change in pull request #2268:
URL: https://github.com/apache/drill/pull/2268#discussion_r672008334
##########
File path: exec/java-exec/src/test/java/org/apache/drill/TestBugFixes.java
##########
@@ -333,4 +333,15 @@ public void testDRILL6547() throws Exception {
.build()
.run();
}
+
+ @Test
+ public void testDRILL7926() throws Exception {
+ testBuilder()
+ .sqlQuery("SELECT EXTRACT(YEAR FROM M.`YEARS`) `YEARS` FROM (SELECT
AGE('2021-05-13', '2007-07-02') `YEARS`) M")
Review comment:
@paul-rogers
The test has been deleted
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]