Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.
This repository was archived by the owner on May 9, 2024. It is now read-only.

QueryBuilderTest.FixedArrayInRes produces incorrect results with allow_lazy_fetch=true #627

@kurapov-peter

Description

@kurapov-peter

Setting the default true value for CompilationOptions::allow_lazy_fetch makes QueryBuilderTest produce incorrect results two cases.
QueryBuilderTest.VarlenArrayInRes and QueryBuilderTest.FixedArrayInRes are affected.

[ RUN      ] QueryBuilderTest.FixedArrayInRes
/localdisk/pakurapo/sources/hdk/omniscidb/Tests/ArrowTestHelpers.h:189: Failure
Value of: chunk->IsNull(j)
  Actual: false
Expected: true
/localdisk/pakurapo/sources/hdk/omniscidb/Tests/ArrowTestHelpers.h:189: Failure
Value of: chunk->IsNull(j)
  Actual: false
Expected: true
/localdisk/pakurapo/sources/hdk/omniscidb/Tests/ArrowTestHelpers.h:189: Failure
Value of: chunk->IsNull(j)
  Actual: false
Expected: true
/localdisk/pakurapo/sources/hdk/omniscidb/Tests/ArrowTestHelpers.h:189: Failure
Value of: chunk->IsNull(j)
  Actual: false
Expected: true

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions