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
BigQueryGoogleCloudStorageStoreOutput requires "fileNamePattern" constructor parameter, but actually it does not accept pattern.
At first I wanted to know what pattern should be there (it's undocumented), so I've read the code of SizeSegmentedGoogleCloudStorageFileOutput, which says
BigQueryGoogleCloudStorageStoreOutput requires "fileNamePattern" constructor parameter, but actually it does not accept pattern.
At first I wanted to know what pattern should be there (it's undocumented), so I've read the code of SizeSegmentedGoogleCloudStorageFileOutput, which says
And supplied a String like "foo-%04d-bar-%04d", but it later throws an exception
java.util.MissingFormatArgumentException: Format specifier '04d'
.Debugged, it actually makes its own string:
BigQueryFilesToLoad/Job-fileNamePattern/Shard-%04d/file-%04d
I believe constructor parameter should be renamed to something like "jobName".
The text was updated successfully, but these errors were encountered: