Results 9 comments of mvhensbergen

I have spent some time in the code to see what is going on, and here is my analysis. **Writing** In write_tv.py, a Document object is created and subsequently written...

I'd go for a fixed name for the source field as you may want to ask a query over multiple document types. Judging from the other document_loaders, I'd say the...

I have isolated a TCP stream that triggers this behaviour and also verified that it is shows this behaviour on zeek 6.2.1. However, I do not have clearance (yet) to...

I have created a new pcap and will share shortly.

``` root@e8e60950cd7a:/# cat pe.log #separator \x09 #set_separator , #empty_field (empty) #unset_field - #path pe #open 2024-05-23-14-03-49 #fields ts id machine compile_ts os subsystem is_exe is_64bit uses_aslr uses_dep uses_code_integrity uses_seh has_import_table...

Hi! I will try and make a testcase tomorrow and add it to this PR. On a side note, is the fact that we see different time values explainable? I...

I have added a btest and trace for this. Since btest-diff expunges the timestamps which is exactly what we want to check I opted for a simple grep of the...

Hi @lrcouto thanks for looking into this. This does seem to solve the issue, however, I do feel that the Kedro API could be enhanced a little in this regard....

Hi @lrcouto, I have analysed the code a bit yesterday and I have made a few observations. The reason why this issue was raised in the first place was because...