Skip to content

Error detected in base64 query when using multi stage engine#11420

Closed
gortiz wants to merge 1 commit intoapache:masterfrom
gortiz:errorInV2UsingBase64
Closed

Error detected in base64 query when using multi stage engine#11420
gortiz wants to merge 1 commit intoapache:masterfrom
gortiz:errorInV2UsingBase64

Conversation

@gortiz
Copy link
Contributor

@gortiz gortiz commented Aug 23, 2023

Trying to improve the coverage on multi stage engine I've found that this query fails while doesn't fail in V1. It may be the case that this is not an actual error and V1 was too generous with it, but just in case, I'm creating this PR in order to make it easier for @xiangfu0 or @Jackie-Jiang to verify that.

The error shown is:

QueryExecutionError:
  java.lang.RuntimeException: Error executing query: [0]@192.168.1.34:52432 MAIL_RECEIVE(RANDOM_DISTRIBUTED)
  └── [1]@localhost:52440 MAIL_SEND(RANDOM_DISTRIBUTED)->{[0]@192.168.1.34@{52432,52432}|[0]}
    └── [1]@localhost:52440 SORT LIMIT 10
      └── [1]@localhost:52440 MAIL_RECEIVE(HASH_DISTRIBUTED)
        └── [2]@localhost:52440 MAIL_SEND(HASH_DISTRIBUTED)->{[1]@localhost@{52440,52441}|[0]}
    ...
Caused by: java.lang.RuntimeException: 
Received error query execution result block: {1000=Unable to extract from container with type: METADATA
  java.lang.UnsupportedOperationException: Unable to extract from container with type: METADATA
    at org.apache.pinot.query.runtime.blocks.TransferableBlock.getContainer(TransferableBlock.java:94)
    at org.apache.pinot.query.runtime.operator.SortOperator.consumeInputBlocks(SortOperator.java:156)
    at org.apache.pinot.query.runtime.operator.SortOperator.getNextBlock(SortOperator.java:114)

@gortiz gortiz force-pushed the errorInV2UsingBase64 branch 2 times, most recently from 5e438c9 to 9aad475 Compare August 28, 2023 15:14
@gortiz gortiz mentioned this pull request Aug 28, 2023
@gortiz
Copy link
Contributor Author

gortiz commented Aug 29, 2023

Fixed in #11453

@gortiz gortiz closed this Aug 29, 2023
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.

1 participant