Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: remove stray println! from array_expressions.rs #7389

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 23, 2023

Which issue does this PR close?

This appears to have crept in as part of #7313

Rationale for this change

when I run sqllogictest it looks like

Running "nullif.slt"
Running "array.slt"
Running "type_coercion.slt"
Running "clickbench.slt"
Running "information_schema_columns.slt"
Running "information_schema_multiple_catalogs.slt"
args[0]: ListArray
[
  PrimitiveArray<Int64>
[
  1,
],
]
args[0]: ListArray
[
  NullArray(0),
]
...
  PrimitiveArray<Int64>
[
  null,
  18,
],
],
]

Compilation finished at Wed Aug 23 14:32:11

What changes are included in this PR?

delete println!

Are these changes tested?

existing tests

Are there any user-facing changes?

@github-actions github-actions bot added the physical-expr Physical Expressions label Aug 23, 2023
@viirya viirya merged commit f92e95c into apache:main Aug 23, 2023
@viirya
Copy link
Member

viirya commented Aug 23, 2023

Thank you @alamb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants