You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metadata properties RequiredDataFilters and DictionaryFilters are present only in Photon event logs. This metadata information is saved in the data_source_information.csvfile.
The columns required_data_filters and dictionary_filters will always be empty for non-Photon event logs. Should we use a dynamic schema to exclude these columns for non-Photon event logs, or keep them as empty fields?
Photon Scan nodes contain additional metadata fields not present in Spark Scan nodes, such as RequiredDataFilters and DictionaryFilters.
Example of a complete JSON representation of a PhotonScan node:
We store this metadata in data_source_information.csv and should ensure these additional fields are included when parsing the PhotonScan node.
The text was updated successfully, but these errors were encountered: