-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Any boolean type field in a databricks table seems to cause this error:
Unhandled exception. System.AggregateException: One or more errors occurred. (Specified argument was out of the range of valid values.)
---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
at Microsoft.Data.Analysis.ReadOnlyDataFrameBuffer1.get_Item(Int32 index) at Microsoft.Data.Analysis.PrimitiveColumnContainer1.get_Item(Int64 rowIndex)
at Microsoft.Data.Analysis.PrimitiveDataFrameColumn1.GetTypedValue(Int64 rowIndex) at Microsoft.Data.Analysis.PrimitiveDataFrameColumn1.GetValue(Int64 rowIndex)
at Microsoft.Data.Analysis.DataFrameRow.GetEnumerator()+MoveNext()
at System.Linq.Enumerable.Count[TSource](IEnumerable1 source) at DataBricks.Sql.ArrowHelper.BatchToQueue(ConcurrentQueue1 queue, RecordBatch recordBatch) in C:\Projects\databricks-sql-csharp\src\DataBricks\Sql\ArrowHelper.cs:line 40