vdiravka commented on a change in pull request #1528: DRILL-3610: Add 
TIMESTAMPADD and TIMESTAMPDIFF functions
URL: https://github.com/apache/drill/pull/1528#discussion_r232298242
 
 

 ##########
 File path: exec/java-exec/src/main/codegen/data/MathFunctionTypes.tdd
 ##########
 @@ -67,6 +67,19 @@
           {input1: "UInt4", input2: "UInt4", outputType: "UInt4", castType: 
"int"},
           {input1: "UInt8", input2: "UInt8", outputType: "UInt8", castType: 
"long"}
         ]
-     }
+    },
+    {className: "DivideInt", funcName: "/int", op: "/", types: [
 
 Review comment:
   Looks like these functions are nowhere used and can be removed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to