Sql 是否可以增加AWS Athena中的最大行大小?

Sql 是否可以增加AWS Athena中的最大行大小?,sql,amazon-web-services,amazon-s3,bigdata,amazon-athena,Sql,Amazon Web Services,Amazon S3,Bigdata,Amazon Athena,我正在使用AWS Athena运行此查询: SELECT t1.* FROM "db"."tbl1" t1 INNER JOIN "tbl1"."ema" ea ON ea.id = concat(t1.numc,t1.nummt) WHERE ea.cod1 = '23' and ea.cod2 = '776' 得到这个错误: Size of a single row or its columns cannot exceed 32 MB 该表以jsonl格式保存在AWS S

我正在使用AWS Athena运行此查询:

SELECT
  t1.*
FROM "db"."tbl1" t1
INNER JOIN "tbl1"."ema" ea ON
  ea.id = concat(t1.numc,t1.nummt)
WHERE
  ea.cod1 = '23' and
  ea.cod2 = '776'
得到这个错误:

Size of a single row or its columns cannot exceed 32 MB
该表以jsonl格式保存在AWS S3中


可以增加最大行大小吗?

不幸的是,不能。雅典娜目前不允许您配置任何Presto详细信息