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

Fix Arrow export for nested records #1289

Merged
merged 4 commits into from
Jan 19, 2021

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Jan 18, 2021

📔 Description

This fixes a small oversight from the recent unflattening PR.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Should be easy to verify locally like this:

❯ vast -N import suricata -r vast/integration/data/suricata/eve.json
❯ vast -N export arrow '"" in #type'

@tenzir tenzir deleted a comment from shortcut-integration bot Jan 18, 2021
Comment on lines -18 to -19
# include "vast/format/arrow.hpp"

Copy link
Member

Choose a reason for hiding this comment

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

Didn't we once have an IncludeCategory for this?

Copy link
Member Author

Choose a reason for hiding this comment

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

We still do. I think this is a change in recent clang-format versions. Let's just leave it as formatted by clang-format here.

libvast/src/format/arrow.cpp Outdated Show resolved Hide resolved
libvast/src/format/arrow.cpp Show resolved Hide resolved
libvast/src/format/arrow.cpp Outdated Show resolved Hide resolved
@dominiklohmann dominiklohmann added the bug Incorrect behavior label Jan 18, 2021
@dominiklohmann dominiklohmann merged commit 5899eda into master Jan 19, 2021
@dominiklohmann dominiklohmann deleted the story/ch21948/arrow-flatten-export branch January 19, 2021 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants