[PR] DRILL-8408: Allow Implicit Casts on Join (drill)

2023-03-08 Thread via GitHub


cgivre opened a new pull request, #2772:
URL: https://github.com/apache/drill/pull/2772

   # [DRILL-8048](https://issues.apache.org/jira/browse/DRILL-8408): Allow 
Implicit Casts on Join
   
   ## Description
   With the revision of Drill's implicit casting rules as a part of DRILL-8136, 
Drill now supports much improved implicit casting logic.  However, that does 
not carry over to joins.  This PR allows the implicit casting to carry through 
to joins as well. 
   
   ## Documentation
   N/A
   
   ## Testing
   Ran existing unit tests


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (DRILL-8408) Allow Implicit Casts on Join

2023-03-08 Thread Charles Givre (Jira)
Charles Givre created DRILL-8408:


 Summary: Allow Implicit Casts on Join
 Key: DRILL-8408
 URL: https://issues.apache.org/jira/browse/DRILL-8408
 Project: Apache Drill
  Issue Type: Improvement
  Components: Execution - Data Types
Affects Versions: 1.21.0
Reporter: Charles Givre
Assignee: Charles Givre
 Fix For: 1.21.1


Currently, Drill does not allow implicit casts on joins.  With DRILL-8136, this 
has been significantly improved, and it might make sense to do so. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)