Commit c2aaa65
fix: change streaming mode to false in TestReadFilesSystemTableForDatePartition
The test creates a non-PK table with BUCKET=1. With is_streaming_mode=true,
this triggers bucketed append mode which requires a bucket-key. The test
does not need streaming mode — it only writes one record and verifies
files system table output for date partition.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d497fc0 commit c2aaa65
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| |||
0 commit comments