Skip to content

Commit

Permalink
Fixing the warp recursion related error (#4523)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Feb 6, 2024
1 parent c26adb0 commit 739d8cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 3 additions & 8 deletions quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ members = [
"quickwit-macros",
"quickwit-macros/impl",
"quickwit-metastore",

# Disabling metastore-utils from the quickwit projects to ease build/deps.
# We can reenable it when we need it.
# "quickwit-metastore-utils",
"quickwit-opentelemetry",
"quickwit-proto",
Expand Down Expand Up @@ -58,14 +61,6 @@ default-members = [
"quickwit-macros",
"quickwit-macros/impl",
"quickwit-metastore",

# Disabling metastore-utils from the quickwit projects to ease build/deps.
# We can reenable it when we need it.
"quickwit-lambda",

# Disabling metastore-utils from the quickwit projects to ease build/deps.
# We can reenable it when we need it.
# "quickwit-metastore-utils",
"quickwit-opentelemetry",
"quickwit-proto",
"quickwit-query",
Expand Down
2 changes: 2 additions & 0 deletions quickwit/quickwit-integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#![recursion_limit = "256"]

#[cfg(test)]
mod test_utils;
#[cfg(test)]
Expand Down

0 comments on commit 739d8cb

Please sign in to comment.