-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add Python module for submitting queries to VAST #685
Conversation
This pull request introduces 1 alert when merging 4e1190b into 4c5ee09 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d39b02a into 14e1e6e - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging c87beca into 8c0f8de - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 55b2d13 into e6bc926 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 70ea0cd into e6bc926 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 72e12e7 into e6bc926 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging e448a85 into 2ee2ca6 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 3f36719 into 2ee2ca6 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging cd701f3 into 2ee2ca6 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 9b25021 into 2ee2ca6 - view on LGTM.com new alerts:
|
7d1489c
to
fb21daa
Compare
This pull request introduces 1 alert when merging fb21daa into baa81bc - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work. I have only wordsmithing comments.
Can you also address the LGTM comment? |
And finally, please add one or more changelog entries. |
This pull request introduces 1 alert when merging 982268e into baa81bc - view on LGTM.com new alerts:
|
|
||
```sh | ||
#brew install jupyter numpy matplotlib pandas apache-arrow networkx | ||
python3 -mpip install matplotlib numpy pyarrow pandas networkx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python3 -mpip install matplotlib numpy pyarrow pandas networkx | |
python3 -m pip install matplotlib numpy pyarrow pandas networkx |
f81b698
to
ea8459c
Compare
This relaxes the schema language to allow for more flexibility when naming record fields with the syntax: ``` record{ "#this is an example $": bool } ``` This is required because several input formats work in a similar fashion, and our generic format parsers depend on schema field names and data field names to be indentical.
The JSON reader used to abort if the JSON parser was not able to produce an object. This commit changes the behavior to log a warning message and continue to the next line.
Co-Authored-By: Matthias Vallentin <matthias@tenzir.com>
Co-Authored-By: Matthias Vallentin <matthias@tenzir.com>
Co-Authored-By: Matthias Vallentin <matthias@tenzir.com>
No description provided.