Commit f0953e1
authored
# Which issue does this PR close?
Closes #1849
# Rationale for this change
* auron flink kafka connector support json
# What changes are included in this PR?
* add json_deserializer to deserialize JSON data from Kafka
* modify kafka_scan_exec to supports selecting different deserializers
based on the data format
# Are there any user-facing changes?
* No
# How was this patch tested?
* No kafka environment, test via rust UT for json_deserializer
1 parent 03776da commit f0953e1
4 files changed
Lines changed: 1069 additions & 27 deletions
File tree
- native-engine/datafusion-ext-plans/src/flink
- serde
Lines changed: 17 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
| 488 | + | |
484 | 489 | | |
485 | 490 | | |
486 | 491 | | |
| |||
523 | 528 | | |
524 | 529 | | |
525 | 530 | | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
533 | 542 | | |
534 | 543 | | |
535 | 544 | | |
| |||
0 commit comments