Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/include/duckdb/common/allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class AllocatedData {
};

class Allocator {
public:
// 281TB ought to be enough for anybody
static constexpr const idx_t MAXIMUM_ALLOC_SIZE = 281474976710656ULL;

Expand Down
2 changes: 2 additions & 0 deletions test/sql/sample/test_sample_too_big.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# description: Test SAMPLE keyword
# group: [sample]

require ram 16gb

statement ok
CREATE TABLE t1(a INT);

Expand Down
Loading