Skip to content

Conversation

@AntiO2
Copy link
Contributor

@AntiO2 AntiO2 commented Nov 25, 2025

No description provided.

@AntiO2 AntiO2 marked this pull request as ready for review December 7, 2025 03:26
if (vector instanceof BinaryColumnVector scv)
{
block = new VarcharArrayBlock(batchSize, scv.vector, scv.start, scv.lens, !scv.noNulls, scv.isNull);
block = VarcharArrayBlockEncoding.Instance()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why build a loaded block?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some trino operator try to cast VarcharArrayBlock to built-in block type, result in ClassCastException

HostAddress address = HostAddress.fromString(retinaAddress.getAddress() + ":" + retinaPort);
PixelsBufferSplit split = new PixelsBufferSplit(transHandle.getTransId(), splitId++, connectorId,
schemaName, tableName, tableId,
"minio",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard code storage scheme?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to prop "retina.buffer.object.storage.scheme" in future issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants