You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Reference Issues/PRs
Monday ref: 10048929527
#### What does this implement or fix?
#### Any other comments?
#### Checklist
<details>
<summary>
Checklist for code changes...
</summary>
- [ ] Have you updated the relevant docstrings, documentation and
copyright notice?
- [ ] Is this contribution tested against [all ArcticDB's
features](../docs/mkdocs/docs/technical/contributing.md)?
- [ ] Do all exceptions introduced raise appropriate [error
messages](https://docs.arcticdb.io/error_messages/)?
- [ ] Are API changes highlighted in the PR description?
- [ ] Is the PR labelled as enhancement or bug so it appears in
autogenerated release notes?
</details>
<!--
Thanks for contributing a Pull Request to ArcticDB! Please ensure you
have taken a look at:
- ArcticDB's Code of Conduct:
https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md
- ArcticDB's Contribution Licensing:
https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing
-->
Copy file name to clipboardExpand all lines: cpp/arcticdb/arrow/array_from_block.hpp
+54-51Lines changed: 54 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
*
3
3
* Use of this software is governed by the Business Source License 1.1 included in the file licenses/BSL.txt.
4
4
*
5
-
* As of the Change Date specified in that file, in accordance with the Business Source License, use of this software will be governed by the Apache License, version 2.0.
5
+
* As of the Change Date specified in that file, in accordance with the Business Source License, use of this software
6
+
* will be governed by the Apache License, version 2.0.
Copy file name to clipboardExpand all lines: cpp/arcticdb/arrow/arrow_handlers.cpp
+49-44Lines changed: 49 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
*
3
3
* Use of this software is governed by the Business Source License 1.1 included in the file licenses/BSL.txt.
4
4
*
5
-
* As of the Change Date specified in that file, in accordance with the Business Source License, use of this software will be governed by the Apache License, version 2.0.
5
+
* As of the Change Date specified in that file, in accordance with the Business Source License, use of this software
6
+
* will be governed by the Apache License, version 2.0.
6
7
*/
7
8
#include<arrow/arrow_handlers.hpp>
8
9
#include<arcticdb/codec/encoding_sizes.hpp>
@@ -14,46 +15,41 @@
14
15
namespacearcticdb {
15
16
16
17
voidArrowStringHandler::handle_type(
17
-
constuint8_t *&data,
18
-
Column& dest_column,
19
-
const EncodedFieldImpl &field,
20
-
const ColumnMapping& m,
21
-
const DecodePathData& shared_data,
22
-
std::any& handler_data,
23
-
EncodingVersion encoding_version,
24
-
const std::shared_ptr<StringPool>& string_pool) {
18
+
constuint8_t*& data, Column& dest_column, const EncodedFieldImpl& field, const ColumnMapping& m,
0 commit comments