Skip to content

Minor: Remove unnecessary #[cfg(feature = "avro")]#7773

Merged
alamb merged 1 commit intoapache:mainfrom
sarutak:remove-unnecessary-cfg
Oct 9, 2023
Merged

Minor: Remove unnecessary #[cfg(feature = "avro")]#7773
alamb merged 1 commit intoapache:mainfrom
sarutak:remove-unnecessary-cfg

Conversation

@sarutak
Copy link
Copy Markdown
Member

@sarutak sarutak commented Oct 8, 2023

Rationale for this change

In datafusion/core/tests/sql/mod.rs, #[cfg(feature = "avro")] is applied to pub mod create_drop, but it is not related to Avro.
I guess this is a leftover of d01002c

What changes are included in this PR?

Removed unnecessary #[cfg(feature = "avro")].

Are these changes tested?

Done by CI.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the core Core DataFusion crate label Oct 8, 2023
@alamb
Copy link
Copy Markdown
Contributor

alamb commented Oct 9, 2023

Thank you @sarutak

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

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants