Forum Discussion
spniken0612
Sep 15, 2020Copper Contributor
Polybase Decimal point issue with ODBC
I'm using SQL 2019 Polybase to connect to Progress OpenEdge Server using an ODBC (Progress OpenEdge 12.2 ODBC Driver). CREATE EXTERNAL DATA SOURCE Test_1 WITH ( LOCATION = 'ODBC://z.z.z.z:9901', C...
dazcuk46
Dec 06, 2021Copper Contributor
Hi,
I am having the exact same issue.
Works fine over a linked server querying the table directly but using Polybase over the linked server the numeric precsions get messed up unless the last decimal place ends in a number other than zero.
So 38.80 would return 3.80 but 38.88 returns correctly
Did you manage to resolve this issue?
I am having the exact same issue.
Works fine over a linked server querying the table directly but using Polybase over the linked server the numeric precsions get messed up unless the last decimal place ends in a number other than zero.
So 38.80 would return 3.80 but 38.88 returns correctly
Did you manage to resolve this issue?
- SvenO275Aug 29, 2023Copper ContributorDid you ever manage to resolve your issue. We are have just encountered the same problem