Build Update for apache/druid ------------------------------------- Build: #33212 Status: Fixed
Duration: 9 mins and 55 secs Commit: 7220d04 (master) Author: Gian Merlino Message: Fix truncation detectability for SQL array, object formats. (#11685) The SQL "array" and "object" formats are intended to return invalid JSON (lacking a ] terminator) if an error occurs midstream. This enables callers to detect truncated responses. But JsonGenerators, by default, close JSON arrays even when not explicitly told to. This patch disables automatic array closing, which fixes the problem with truncated response detection. It also adds tests for truncated responses for all result formats. View the changeset: https://github.com/apache/druid/compare/b54d989cdaeabef95c9a7f0f68f9b3fc03d73645...7220d0466bc31dda4b5396742ad08e18f9e01250 View the full build log and details: https://app.travis-ci.com/github/apache/druid/builds/237684632?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the apache/druid repository going to https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806911&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.