Skip to content

Any boolean type field in a databricks table will cause an error #3

@kirk-quinbar

Description

@kirk-quinbar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions