Skip to content

Commit 8be5264

Browse files
set .value in compression
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent b3072bd commit 8be5264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def _results_message_to_execute_response(
361361

362362
# Check for compression
363363
lz4_compressed = (
364-
response.manifest.result_compression == ResultCompression.LZ4_FRAME
364+
response.manifest.result_compression == ResultCompression.LZ4_FRAME.value
365365
)
366366

367367
execute_response = ExecuteResponse(

0 commit comments

Comments
 (0)