Commit e5185ab
[core] Fix RestPartitionsTableTest by creating table through catalog API
testPartitionPredicateFilterMultiColumnKeys created MultiPartTable directly
via filesystem (SchemaUtils.forceCommit), which works for local catalog but
fails for REST catalog since it's unaware of tables created outside its API.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6ab7f9c commit e5185ab
1 file changed
Lines changed: 3 additions & 6 deletions
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | 229 | | |
232 | 230 | | |
233 | 231 | | |
| |||
239 | 237 | | |
240 | 238 | | |
241 | 239 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
246 | 243 | | |
247 | 244 | | |
248 | 245 | | |
| |||
0 commit comments