Commit 6c25344
committed
[adapters] Support ingesting raw data with metadata.
Fixes #5184
With this fix it's now possible to ingest raw data into a table with multiple
columns as long as all other columns are nullable or have default values. The
other columns can be used to store connector metadata.
Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>1 parent b7165be commit 6c25344
11 files changed
Lines changed: 551 additions & 127 deletions
File tree
- crates
- adapterlib/src
- adapters/src
- format
- json
- static_compile
- test
- transport/kafka/ft
- feldera-types/src/format
- docs.feldera.com/docs/formats
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| |||
0 commit comments