https://learninghub.kx.com/forums/topic/parse-error-limit-in-function
Hello everyone,
I am currently learning q/kdb and am writing a function to load and process data called .data.function
it works well.
but now, even if had a single line as print "hello", it triggers the error:
ERROR: limit
>>> Explanation: Tried to generate a list longer than 240-1, or serialized object is > 1TB, or 'type if trying to serialize a nested object which has > 2 billion elements, or Parse errors, too many constants
I really dont understand why, especially because the code works fine when i run it line by line
Thank you for your help
PF