birschick-bq commented on code in PR #2152:
URL: https://github.com/apache/arrow-adbc/pull/2152#discussion_r1775627972


##########
csharp/test/Drivers/Apache/Spark/NumericValueTests.cs:
##########
@@ -261,7 +262,8 @@ public async Task TestFloatValuesInsertSelectDelete(float 
value)
             string valueString = ConvertFloatToString(value);
             await InsertSingleValueAsync(table.TableName, columnName, 
valueString);
             object doubleValue = (double)value;
-            object floatValue = 
TestEnvironment.GetValueForProtocolVersion(doubleValue, value)!;
+            // Spark over HTTP returns float as double whereas Spark on 
Databricks returns float.

Review Comment:
   @CurtHagenlocher - Is it work converting FLOAT defined columns back to 
`float` type along with DATE/TIMESTAMP/DECIMAL?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to