Skip to content

Commit

Permalink
Fix failing StaplesDataTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 22, 2021
1 parent 7212df1 commit ac3afbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions tdvt_odbc/config/exasol_odbc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ TDS = cast_calcs.*.tds
Type = expression
TestPath = exprtests/standard/setup.calcs_data.txt

# Tests staples_data.employee_name and staples_data.product_name are failing.
# See https://github.com/tableau/connector-plugin-sdk/issues/871
[StaplesDataTest]

# All tests
Expand Down
4 changes: 1 addition & 3 deletions tdvt_odbc/tds/Staples.exasol_odbc.tds
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@
<aggregation>Count</aggregation>
<width>50</width>
<contains-null>true</contains-null>
<padded-semantics>true</padded-semantics>
<collation flag='0' name='binary' />
<padded-semantics>true</padded-semantics>
<attributes>
<attribute datatype='string' name='DebugRemoteType'>&quot;SQL_CHAR&quot;</attribute>
<attribute datatype='string' name='DebugWireType'>&quot;SQL_C_CHAR&quot;</attribute>
Expand Down Expand Up @@ -487,7 +486,6 @@
<width>100</width>
<contains-null>true</contains-null>
<padded-semantics>true</padded-semantics>
<collation flag='0' name='binary' />
<attributes>
<attribute datatype='string' name='DebugRemoteType'>&quot;SQL_CHAR&quot;</attribute>
<attribute datatype='string' name='DebugWireType'>&quot;SQL_C_CHAR&quot;</attribute>
Expand Down

0 comments on commit ac3afbe

Please sign in to comment.