When SL_GROUPED is set to true, comet_input_file_name is set to a list of files in bigquery native load because all files are loaded into the same target table. This is not the same behavior with spark loading, where spark links data to the original source file.
This PR aims to fill the gap between spark and bq native load.
When SL_GROUPED is set to true, comet_input_file_name is set to a list of files in bigquery native load because all files are loaded into the same target table. This is not the same behavior with spark loading, where spark links data to the original source file.
This PR aims to fill the gap between spark and bq native load.