Conversation
nwt
approved these changes
Apr 21, 2026
Member
nwt
left a comment
There was a problem hiding this comment.
Don't forget these two.
$ git grep JSUP book
book/src/database/api.md:| JSUP | yes | yes | `application/x-zjson` |
book/src/dev/libraries/python.md:# Zeek TSV, or JSUP.```
Comment on lines
+1
to
+2
| skip: TBD replace deprecated JSUP control | ||
|
|
Member
There was a problem hiding this comment.
Remove x-jsup instead of skipping this.
Member
There was a problem hiding this comment.
Specifically:
diff --git a/service/ztests/curl-query.yaml b/service/ztests/curl-query.yaml
index bc0e70b4f..5af7428ac 100644
--- a/service/ztests/curl-query.yaml
+++ b/service/ztests/curl-query.yaml
@@ -4,10 +4,9 @@ script: |
source service.sh
super db create -q test
super db load -q -use test -
- for accept in text/csv application/{json,x-ndjson,x-sup,x-zeek,x-jsup} ""; do
+ for accept in text/csv application/{json,x-ndjson,x-sup,x-zeek} ""; do
echo === $accept ===
- curl -H "Accept: $accept" -d '{"query":"from test"}' $SUPER_DB/query\?ctrl=true |
- sed -E '/QueryStats/s/[0-9]{3,}/xxx/g' # for JSUP
+ curl -H "Accept: $accept" -d '{"query":"from test"}' $SUPER_DB/query\?ctrl=true
done
echo === application/vnd.apache.arrow.stream ===
curl -H 'Accept: application/vnd.apache.arrow.stream' -d '{"query":"from test"}' $SUPER_DB/query |```
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.