ActianCorp / actian_tableau_connector

Tableau connector (aka taco) for Actian Avalanche, Vector, and Ingres
https://extensiongallery.tableau.com/products/936
Apache License 2.0
1 stars 4 forks source link

TDVT math.round fix - II-12241 #38

Closed hab6 closed 11 months ago

hab6 commented 11 months ago

Summary

Remedy failures that occur in TDVT math.round test cases using the Actian JDBC Connector.

Related Jira Issue: II-12241

TDVT math.round Test Cases

Test Case Without Fix With Fix
ROUND([num3],0) Pass Pass
ROUND([num3]) Pass Pass
round(num0, 1.0) Fail Pass
round(num4, 1.0) Fail Pass
ROUND([int2]) Pass Pass
ROUND([int2], 2) Pass Pass
round(num0) Pass Pass
round(num4,1) Pass Pass

Test Results

Note: Attached CSV files intentionally contain abbreviated results due to exclusions of the majority of test cases for the purpose of reducing TDVT suite running time and excluding extraneous data. test_results_combined-FIXED.csv test_results_combined-ORIGINAL.csv