-This option will disable the file modification check during the query execution, and read the files that are updated while the query is running. This is usefull option when you need to read append-only files that are appended while the query is running. In the appendable files, the existing content is not updated, and only new rows are added. Therefore, the probability of wrong results is minimized compared to the updateable files. This option might enable you to read the frequently appended files without handling the errors. See more information in [querying appendable CSV files](query-single-csv-file#querying-appendable-files) section.
0 commit comments