Skip to content

Commit b10b3d9

Browse files
committed
add comment
1 parent f703643 commit b10b3d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/iceberg/expression/literal.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
#include <cstdint>
2525
#include <string>
2626

27-
#include "iceberg/util/conversions.h"
28-
#include "iceberg/exception.h"
2927
#include "iceberg/type_fwd.h"
3028
#include "iceberg/util/checked_cast.h"
31-
#include "iceberg/util/macros.h"
29+
#include "iceberg/util/conversions.h"
3230

3331
namespace iceberg {
3432

src/iceberg/test/literal_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ TEST(LiteralTest, DoubleZeroComparison) {
256256
EXPECT_EQ(neg_zero <=> pos_zero, std::partial_ordering::less);
257257
}
258258

259+
// Parameter struct for literal serialization and deserialization tests
259260
struct LiteralParam {
260261
std::string test_name;
261262
std::vector<uint8_t> serialized;

0 commit comments

Comments
 (0)