Commit ad15769
authored
Add early support for nested types (like struct and list<struct>) (#69)
* Convert struct type to record
* Refactor and encode struct types
* Use psuedo type for composite
* Revert "Use psuedo type for composite"
This reverts commit 4313e41.
* Fix
* Add type integration test
* encode struct in quote
* Fix test
* Fix
* Fix
* Fix
* Don't recreate parquet file in the test run1 parent 862113d commit ad15769
File tree
13 files changed
+1364
-644
lines changed- datafusion-postgres
- src
- encoder
- tests-integration
13 files changed
+1364
-644
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | | - | |
24 | 20 | | |
25 | | - | |
| 21 | + | |
26 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
| 29 | + | |
0 commit comments