Replies: 1 comment 1 reply
-
Ah, that may be a threading issue. If you just want to index each row, the ROW_NUMBER function is the more appropriate method in the current version.
If you want to do more complex processing and need to use variables, you can force single-threaded processing by specifying the command option
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure what's happening. I've simplified the issue with this example.. In this example, I want to index each row. I've started to use csvq for distilling large-ish datasets with good success, but this issue (and I have a few other questions for another discussion) is a bit of a set back. running on a modern mac, macos 12.3.1
Simple query:
And then run the exact same query on the same data and get a different, yet equally nonsensical (to me) result.
Every time I get a different result. Not only that, sometimes the counter "i" is repeated more that once! (threading issue?)
see attached sample dataset
data.csv
Beta Was this translation helpful? Give feedback.
All reactions