Fix JSON paths#30243
Conversation
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 26 out of 26 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
⚪ ⚪ Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 25 out of 25 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Copilot reviewed 25 out of 25 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| auto idx = accessor->GetCookie(); | ||
| if (!idx) { | ||
| return std::make_shared<TSparsedArray>(nullptr, arrow::binary(), recordsCount); | ||
| return std::shared_ptr<TJsonPathAccessor>{}; |
There was a problem hiding this comment.
А в каком случае это возможно? И как тут раньше SparsedArray появлялся?
There was a problem hiding this comment.
sparsedArray хранил колчиество записей и можно было иметь доступ к каждой, чтобы она возвращала null. Я так и не понял зачем это нужно.
Вообще индекс легко может не найтись, если путь будет несуществующий, перепроверю что на это есть тест
|
⚪ ⚪ Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 25 out of 25 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changelog entry
...
Changelog category
Description for reviewers
...