repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
baomidoumybatisplus
pluginutil
Enhancement
3 3 1 3 3 1 paginationinterceptor jvm fillinstacktrace 8 12 org apache ibatis reflection metaobject getvalue org apache ibatis reflection metaobject setvalue illegalaccessexception com baomi...
baomidoumybatisplus
mappedstatement
Enhancement
basemapper mappedstatement basemapper mybatis issue
baomidoumybatisplus
mybatis
Duplicate
mybatis plus 3 4 0 mybatis
baomidoumybatisplus
selectcount numberformatexception
Enhancement
mybatis plus boot starter 3 4 0 selectcount integer 2147483647 integer max value numberformatexception java lang numberformatexception for input string 4178000785 ...
baomidoumybatisplus
tablenamehandler metaobject
Enhancement
3 4 3 4 itablenamehandler tablenamehandler metaobject metaobject
baomidoumybatisplus
lambdaquerychainwrapper func
Bug
3 3 2 serviceimpl lambdaquery lambdaquerychainwrapper func java lang classcastexception com baomidou mybatisplus core condition query lambdaquerywrapper can not be cast to com baomidou mybatisplus extension condition query lambdaq...
baomidoumybatisplus
packageconfig modulename controller requestmapping user
Duplicate
mybatis plus generator 3 3 2 packageconfig modulename packageconfig modulename controller requestmapping user controller requestmapping user
baomidoumybatisplus
size 1
Bug
v3 3 2 time size 1 size 1 page paginationinterceptor intercept size 0 if null page page getsize 0 return invoca...
prestodbpresto
native intermittent failure in a query contain empty window frame
Bug
this be an intermittent failure sometimes the query succeed and sometimes it fail produce different actual output expect behavior assertquery select array agg a over order by a desc null last range between 10 follow and 1 follow from value 1 2 3 null null 2 1 ...
prestodbpresto
join query result in large bytecode exceed the limit impose by jvm error in log
Bug
create two table use iceberg catalog tab 1 and tab 2 pfb the table creation script tab 1 and tab 2 have 1000 column only difference be in table name create table iceberg issjoin tab 1 column 1 varchar column 2 varchar column 3 varchar column 4 varchar column 5 varchar column 6 varchar column 7 varchar c...
prestodbpresto
prestissimo very slow hashprobe for an expand join
Bug
for the query below which have an expand join we see poor performance against tpcd sf1000 parquet varchar with ss as select ss net pay ss addr sk ss sell date sk ss item sk from store sale where ss sell date sk 2451200 select sum s1 ss item sk from ss s1 ss s2 where s1 ss item sk s2 ...
prestodbpresto
decimal multiplication fail with decimal scale must be in range 0 precision
Bug
look like there be a bug in how result type for decimal multiplication be calculate presto di select cast 1 2 as decimal 38 30 cast 1 2 as decimal 38 30 query 20240401 120207 79326 2jn6c fail decimal scale must be in range 0 precision see cc rui mo majetideepak tdcmee...
prestodbpresto
unexpected http status code 500 when retrieve version from
Bug
not sure why the test talk to azul probably something deep in the setup 2024 03 29t22 21 55 0412787z maven test b dair check skip all dmaven javadoc skip true dlogtestdurationlistener enable true no transfer progress fail at end 2024 03 29t22 21 55 0413801z retry github bin retry 2024...
prestodbpresto
iceberg distinct value statistic be wrong when filter be apply
Bug
when call gettablestatistic with a filter on a partition column the distinct value count and some other statistic be wrong your environment iceberg connector with hadoop catalog configure presto 0 286 expect behavior stat should be correct or at least a close estimate ndvs sho...
prestodbpresto
bug order by limit sort problem be there any force sort configuration
Bug
select from select dev num from bi dm dm dev order pay month df where dt 20240318 order by dev num desc a limit 100 spark execute normally and presto sort randomly select dev num from bi dm dm dev order pay month df where dt 20240318...
prestodbpresto
native cast performance slow than java
Bug
spawn a new issue for the comment on issuecomment 1996569271 experiment with and without cast I be look at possible cause for the latency difference observe between native java cluster for tpcds q23 sf 10k and observe the below w r t performance of the cast operator on a native cluster m...
prestodbpresto
error while execute refreshresourcegroupruntimeinfo com facebook drift client uncheckedttransportexception no host available
Bug
not sure where the root cause be on this one yet but attach the log or not log be 45 mb and 25 mb be the max let I cut it into two part 2024 03 26t12 27 19 8767754z 2024 03 26t06 27 19 708 0600 error resource group manager refresher 1 2 com facebook presto execution resourcegroup internalresourcegroupmanage...
prestodbpresto
sql grammar issue rule querynowith contain an optional block with at least one alternative that can match an empty string
Bug
warn warn 154 com facebook presto sql parser sqlbase g4 231 0 rule querynowith contain an optional block with at least one alternative that can match an empty string warn user elharo presto com facebook presto sql parser sqlbase g4 231 0 rule querynowith contain an optional block with at least one a...
prestodbpresto
where query with a column name with cause the query to fail
Bug
your environment presto version use select node version from system runtime node node version 0 281 amzn 2 0 281 amzn 2 storage s3 datum source and connector use presto python client 0 8 3 deployment aw emr pastebin link to the complete de...
prestodbpresto
jdbc driver return inconsistent capitalization of vendor type name
Bug
the vendor type name return by databasemetadata gettypeinfo and the type name return in resultsetmetadata do not use consistent capitalization image image create or replace view as select from value cast 0 as integer null cast 1 as integer interval 0...
prestodbpresto
native plan conversion error unexpected token char at 16
Bug
presto tpcd sf1 parquet partition select 1 from store sale date dim where ss sell date sk d date sk query 20240315 090432 00030 wpvtm fail unexpected token char at 16 veloxruntimeerror unexpected token char at 16 at unknown 0 zn8facebook5velox7process10stacktracec1ei unknown sourc...
prestodbpresto
unexpected result from map normalize
Bug
map normalize function doesn t seem to have any special handling for the case when total sum of the value be zero thus we get the follow result presto di select map normalize map array 1 2 array 1 1 col0 1 infinity 2 infinity presto ...
prestodbpresto
iceberg variable width column datum size be generally wrong
Bug
your environment any iceberg table expect behavior datum size statistic should accurately reflect the size in memory when operate in presto current behavior iceberg s tablestatisticsmaker try to use the iceberg manifest file information to calculate the data size for each column thi...
prestodbpresto
incorrect stat compute store for partition hive table
Bug
in 22149 issuecomment 1988362783 we observe that the stat store after run analyze on a partitioned table do not match expect value row count be off null fraction be off the correct stat be those from the unpartitioned version of the same datum partition stat presto show stat for hi...
prestodbpresto
native seem to generate large datum size than java
Bug
environment these test be perform against presto native and java on 0 287 with hive and tpc ds sf10k on a 16 node cluster issue originally we find this issue use tpc ds q23 we notice that the presto native execution take significantly long to complete compare to java baseline here be native ...
prestodbpresto
approx set do not support as many type as approx distinct
Bug
expect behavior approx set should support as many type as approx distinct current behavior when try to validate velox behavior we see that approx set only seem to support a few type whereas approx distinct support any type presto di show function like approx set function retu...
prestodbpresto
tpc ds sf 1k 13 prestissimo query result mismatch when datum be partition
Bug
on this dashboard view filter on fail 0 and mismatch 1 q04 q11 q31 q34 q37 q39 q42 q69 q71 q73 q75 q82 q98 query output s3 presto workload output tpc ds c0w1 native oss save output power ds sf1k par 240311 031741 query outpu...
prestodbpresto
incorrect result after ctecommonfilterpushdown due to trim filter
Bug
during our verifier test I observe a bug where filter add by the cteprojectionandfilterpushdownrule get trim in the cte producer tree we have filter x a or x b or x c or x d push down by the cteprojectionandfilterpushdownrule and presto after this rule convert this to x ...
prestodbpresto
construct tdig crash if the array size and count do not match
Bug
fix construct tdig to explicitly check for count centroid mean weight array size mismatch or fix it if it can be different look like there be some assumption that they be all same size simple example presto oculus select construct tdig array 1 array 1 2 1 1 1 1 10 query 20240310 16...
prestodbpresto
upgrade circleci build to at least maven 3 6 3
Bug
I coax the circleci build into tell I what version of maven they be use to test and as I suspect from indirect evidence it be pre 3 6 1 error read historical timing data file do not exist request weighting by historical base timing but they be not present fall back to weighting by name 1mapache maven ...
prestodbpresto
when node scheduler network topology flat use clickhouse connector report null
Bug
your environment presto version use 0 283 storage hdfs s3 gcs hdfs datum source and connector use clickhouse deployment cloud or on prem on prem pastebin link to the complete debug log when node scheduler network topology flat use clickhouse connector report null method ...
prestodbpresto
orcbatchpagesourcefactory catch raw java lang exception
Bug
this be recommend against by effective java see if this can be clean up to catch more specific exception this class might also miss close some resource along some path that could be manage with more careful exception handling and try with resource
prestodbpresto
hide runtime stat from presto cli in debug mode
Bug
your environment not relevant expect behavior when I use the cli I see a large amount of runtime stat when run in debug mode when the query be finish which impede my ability to see query result s0 drivercountpertask sum 1 count 1 min 1 max 1 s0 taskblockedtimenano sum 0 01 count 1 min...
prestodbpresto
map top n return wrong result if nan appear in the input
Bug
this issue be discover as part of an audit of all the comparison and order behavior for nan across presto function relate to and while there be a lot of inconsistency in how nan be handle that need to be address map top n can produce definite wrong result when nan value show up in the map accord to...
prestodbpresto
insert value into a table with only one column of rowtype would fail
Bug
when insert value into a table with only one column of rowtype like row a int b varchar it would fail with the follow message query 20240228 131628 00001 7gfyh fail line 1 37 insert query have 2 expression s but expect 1 target column s mismatch at column 1 a be of type row b integer c v...
prestodbpresto
exclude omnigraffle file from license check
Bug
so as to cure these warning in the build info license maven plugin 2 3 check default presto main info check license warn unknown file extension user elharo presto presto main src main java com facebook presto tdig doc tdig graffle warn unknown file extension user elharo pre...
prestodbpresto
testhudiintegration test failure in pipeline
Bug
your environment n a expect behavior current behavior error failure error testhudiintegration testdemoquery1 94 abstracttestqueryframework assertquery 159 execution of actual query fail select symbol max ts from stock ticks mor rt group by symbol have symbol ...
prestodbpresto
presto alluxio sdk cache issue for file change of the same s3 uri
Bug
we have use presto sdk cache for some time in version 0 275 with alluxio 2 9 3 cache might become invalid and can t be query once in about 1 2 month and everything will be fine after manually clear all the cache so we decide to upgrade presto alluxio to the late release presto 0 285 1 alluxio 304 for new fe...
prestodbpresto
ut failure in presto kafka module when upgrade org apache zookeeper from 3 4 14 to 3 7 2
Bug
unable to upgrade zookeeper version kafka have a dependency with zookeeper so upgrade zookeeper lead to ut failure in kakfa upgrading kafka to a compatible version version of zookeeper lead to break in code compilation as many class be not find pr associate with the same your environment presto...
prestodbpresto
clarification on comparison with nan
Bug
current behavior currently in presto nan seem to behave like its infinity select array sort a from value array nan infinity infinity 1 as t a infinity 1 infinity nan select array sort desc a from value array nan infinity infinity ...
prestodbpresto
clickhouse test be fail when enable
Bug
clickhouse test be fail on master although they be disabled but the comment mention for disable be which be wrong below be the test which be fail currently error failure error testclickhousedistributedquerie abstracttestquerie testcorrelatedexistssubquerie 4121 abstracttestqueryframe...
prestodbpresto
linux presto e2e test fail in gh all the time error occur in start fork
Bug
linux presto e2e test fail all the time with error occur in start fork in gh the test be split into 5 run to run test in parallel and one of they be fail pretty much all the time seem always the same run 3 example follow the link at the end of the log say mojoexecutionexception ...
prestodbpresto
unsupportedoperationexception node planner plan deletenode do not have a graphviz visitor
Bug
description while perform delete operation the result of the delete event fail to print in the console it happen because the graphviz printer implementation in presto doesn t implement the default method of visitdelete with deletenode type similar bug be also present in node planner plan metada...
prestodbpresto
native testcase testzerooffset fail against c worker
Bug
testcase testzerooffset be currently fail against c worker expect behavior assertquery select array agg a over order by a asc null last range between 0 precede and 0 follow from value 1 2 1 null t a value array 1 1 ...
prestodbpresto
native intermittent failure in testcase testallpartitionsamevalue against c worker
Bug
this be an intermittent failure query doesn t always produce this output sometimes the testcase succeed and sometimes it fail produce different actual output expect behavior assertquery select array agg a over order by a range between 1 precede and 1 follow from value 1 1 ...
prestodbpresto
aggregate function max min return different result base on order of nan for float point type
Bug
aggregate function max min return different result base on when nan be encounter in the input for float point type if nan be the first value then irrespective of what the other value be the result be nan this seem wrong expect behavior max min should not be sensitive to order of nan and should return sam...
prestodbpresto
circleci redundant header check
Bug
currently there be a circleci check name ci circleci header check which use a python script from the velox repo check py header to verify that license header exist on a variety of file type this check will run indiscriminately on all file regardless of whether they be within presto native execution ...
prestodbpresto
native add miss stat to enable all hbo optimization
Bug
some hbo optimization do not apply to prestissimo because native worker do not produce necessary stat for example randomizenullkeyinouterjoin optimization rely on nulljoinbuildkeycount and joinbuildkeycount stat in join s build side it would be nice to document all hbo optimization and clarify what stat be ...
prestodbpresto
code break when upgrade org elasticsearch elasticsearch from 6 0 0 to 7 17 13 in presto elasticsearch
Bug
unable to upgrade elasticsearch version due to break in code compilation and have to exclude sever conflicting version for other package due to upgrade in elasticsearch which alter the functionality of the program ut failure as well pr associate with the same your environment presto version u...
prestodbpresto
cte materialization internal error fail with 0 length varchar
Bug
this be because presto allow 0 length varchar but hive doesn t when we materialize this cte it fail but without materialization it succeed test public void testctewithzerolengthvarchar string testquery with temp as select from value ...
prestodbpresto
aggregation function arbitary should be order sensitive
Bug
hi we have find that arbitary aggregate function be order sensitive as the resultant value can change across run this happen despite set order by as it do not honor the order sensitivity flag aggregation function that be mark as order sensitive allow user to use order by within the aggregation fu...
prestodbpresto
orc reader doesnot support time type unsupported hive type time error
Bug
description create an iceberg table with column of time datatype and with orc format insert to these table be work fine whereas the select from fail it be unable to retrieve the datum as the query throw error unsupported hive type time presto version use v0 284 datum source and connector use ...
prestodbpresto
native fix v1 operation end point
Bug
v1 operation end point be describe in 21745 here we document a few know issue with that endpoint that would be nice to fix invalid value of parameter produce cryptic error for example invalid value of limit for task listall return 500 stoi cmd task listall limit abc http error 500...
prestodbpresto
bug presto benchto benchmark driver not start
Bug
presto benchto benchmark not start after spring core version update to fix the vulnerability relate to fix revert the above fix the presto benchto benchmark driver work fine your environment 0 286 snapshot version hive connector with tpch benchmark expect behavior presto benchto benchmark ...
prestodbpresto
presto jdbc driver need to upgrade jackson library to 2 16 0 due to various cve s
Bug
late presto jdbc driver 0 285 appear to still be use jackson 2 10 which be old there be several well publicize cve s against this version of jackson notably 1 com fasterxml jackson core jackson core package version before 2 15 0 be vulnerable to denial of service do prisma 2023 0067 prisma...
prestodbpresto
kcounterspillpeakmemorybyte define as a histogram type but record as a regular metric
Bug
kcounterspillpeakmemorybyte metric be of histogram type define here l205c2 l210c12 define histogram metric kcounterspillpeakmemorybyte 1l 512 1024 1024 0 20l 1024 1024 1024 max bucket value 20 gb 100 record as regular metric...
prestodbpresto
resolve the tmp dependency of prestodb on rhel 8 machine
Bug
resolve the tmp dependency of prestodb on rhel 8 machine your environment presto version use all version storage hdfs s3 gcs hdfs datum source and connector use hive connector deployment cloud or on prem on prem pastebin link to the complete debug log expect...
prestodbpresto
native client get error format array result
Bug
sql select split 1 2 3 4 5 6 get error image expect datum image real datum image may native result json format have some error I test more case and find that all column which be complex type may have this problem for example select 1 2 select array 1 x 2...
prestodbpresto
incorrect result of min by max by x y n in window operation
Bug
hi community I notice min by max by x y n produce incorrect result when it be use in window operation as an example for the query below with min by x y n since the window frame be unbounded precede to current row when the second row be process the function should aggregate both the firs...
prestodbpresto
arbitraryoutputbuffer isoverutilize report for scale writer scheduling
Bug
in meta prestissimo native shadow test we find that arbitraryoutputbuffer isoverutilize in presto java worker report true if the producer have finish produce datum this seem to be strange as coordinator leverage this as a signal to schedule more writer but if an output buffer have already finish then we shoul...
prestodbpresto
cte materalization plan error in lateraljoinnode when reference be not explicitly mention
Bug
observe a test case select with test cte as select testcol as testcol select testcol from test cte from value 1 as test table testcol the error be java lang illegalargumentexception invalid node...
prestodbpresto
apache pinot select query issue after enable ssl
Bug
query 20231206 065307 00006 qsx57 fail java io eofexception httpconnectionoverhttp 450b0c95 decryptedendpoint 16d34a8e 48 43 f096 ip4 static sl reverse com 150 240 67 72 8099 172 17 127 59 56016 open fill flush p to 30989 300000 java io uncheckedioexception java io eofexception httpconnectionoverhtt...
prestodbpresto
presto allow parse of invalid timezone name
Bug
presto s timezone parsing be too permissive and allow for timezone name that be not valid accord to iana s timezone database in addition to other bug the follow be example of non compliant timezone name that be allow etc 06 00 etc 06 etc 6 etc utc etc ut the only official ...
prestodbpresto
hbo may cause similar subplan to not use stat
Bug
hbo be use the default planidallocator while create canonical plan the idallocator auto increment effectively make subplan hash unavailable for use by other query sample json type com facebook presto sql planner canonicaltablescannode i d 82 ...
prestodbpresto
cost calculator overlooks current node hbo statistic for certain query
Bug
I observe an instance where in a filter scan scenario historical statistic be available for the filter node but not for the scan this be notable because post execution this constitute a single phase and execution statistic within a phase can be inaccurately associate by hbo however code for costcalcu...
prestodbpresto
plan time and execution time be too long
Bug
presto version 0 284 table ddls create external table od eport od eport aed contrast city df area code string comment area name string comment city name string comment partition by ingestion time string row format serde org apache hadoo...
prestodbpresto
support implicit mapping of presto datatype char to iceberg datatype string
Bug
create an iceberg table use cta fail when the source table have character column it be unable to create table as the query throw error type not support for iceberg char 3 presto version use v0 282 datum source and connector use iceberg expect behavior the expect behaviour should be that...
prestodbpresto
handle case of table with no support column
Bug
handle case of table with no support column your environment presto version use 0 285 storage hdfs s3 gcs postgresql datum source and connector use postgresql deployment cloud or on prem mac pastebin link to the complete debug log expect behavior table public no co...
prestodbpresto
native query system runtime task be break in prestissimo
Bug
query system runtime task table in prestissimo fail with error connector with name system not register select from system runtime task limit 1 query 20231117 221734 00000 h9up6 fail it connector end connector with name system not register veloxruntimeerror it connector e...
prestodbpresto
native scalar function presto default gte not register with argument interval year to month interval year to month against velox
Bug
expect behavior follow query be suppose to fail with the expected error message but it currently fail with an unexpected error assertqueryfail select array agg a over order by a range x precede from value date 2001 01 31 interval 1 year t a x wind...
prestodbpresto
native bind caching of parse type
Bug
we recently add a cache to store parse type to improve performance however this cache be unbounded this can lead to an observable memory footprint in production system a well alternative be to use the simplelrucache from velox
prestodbpresto
fix insert value for single column of rowtype
Bug
description currently when we try to execute insert value with single column of rowtype like row a int b varchar or row r row a int b varchar it would fail because of incorrect unfolding for the row this pr fix the problem fix issue test plan make sure the fix do n...
prestodbpresto
presto return 0 result when the query contain more than 100 table
Bug
presto return 0 result when the query contain more than 100 table here be the sample query select table name column name from xxxuser information schema column where xxxuser information schema column table schema xxx user order by xxxuser information schema column table name the above query return non ...
prestodbpresto
testprestosparkqueryrunner fail due to the error message mismatch
Bug
full log at testprestosparkqueryrunner teststoragebasedbroadcastjoindeserializedmaxthreshold expect an error message with the detailed info broadcast size 2 mb but the actual message be allocate 2 00 mb delta 9 97 kb hashbuilderoperator top consumer hashbuilderoperator 2 00 mb detai...
prestodbpresto
native make memory pool init capacity and memory pool transfer capacity register systemconfig property
Bug
memory pool init capacity and memory pool transfer capacity be not register systemconfig property in l131 this lead to warning unregistered property from during server initialization this be mislead these property should be register systemconfig property step to reproduce add entry for ...
prestodbpresto
native support for char n be miss in velox
Bug
it seem currently we don t support char n type in velox one can create a table with this type but can t do any operation on the table current behavior presto tpch describe tab2 column type extra comment col1 integer col...
prestodbpresto
native cast from varchar to timestamp with time zone not support in velox
Bug
it seem currently the cast from varchar to timestamp with time zone not yet support in velox expect behavior follow query be suppose to succeed but it currently fail against velox worker select cast orderdate as timestamp with time zone from order limit 1 this query be suppose to return the ou...
prestodbpresto
ignore null in window aggregate doesn t seem to work
Bug
window aggregate sql support ignore null clause it seem like the result with and without this clause be the same wrt null in the input data example function array agg c over partition by a order by b row between 1 precede and current row with and without ignore null retun the same result presto ...
prestodbpresto
read delta lake table with apache presto readdirect unsupported in remoteblockreader
Bug
hi everyone we be have problem read delta lake table store in hadoop hdfs through apache presto we run the query use the apache presto sql engine through presto cli 0 283 dbeaver ide and qlik sense select from delta gold my table limit 10 error readdirect unsupported in remoteblockr...
prestodbpresto
presto jdbc driver return zero error code and null sql state in exception
Bug
while presto jdbc driver throw a sqlexception on method call the value return for error code be zero and state be null which impede an application try to look at that level of detail while the databasemetadata getsqlstatetype return 2 state seem to always be null system out println e geterrorcode ...
prestodbpresto
issue with pushdown subfield from map with map key of row type in unnest query
Bug
in query with cross join unnest when unneste the map column with key of row type the optimizer incorrectly push down the subfield of the key as if those subfield be relate to the value of the map not the key consider this example create table test pushdown subfield f map row a bigint b varchar c dou...
prestodbpresto
native semantic of field name in json cast enable session property not follow by json format in all the case
Bug
expect behavior all the query be run with the follow property set in the session from the onset it look as if the semantic of this session property be break in c worker but that isn t the case as I have list a query in the end that do succeed with this property set presto tpch set session fie...
prestodbpresto
suboptimal plan for insert query with union all
Bug
query select orderkey 2 orderkey from select orderkey from order union all select orderkey from order union all select orderkey from order plan fragment 1 round robin output layout row 39 fragment 40 commitcontext 41 output partiti...
prestodbpresto
native correlate subquerie failure with error scalar function name not register presto default fail
Bug
couple of query with correlate sub query be incorrectly fail against velox expect behavior fail query velox output presto tpch select select r name from nation n region r where r regionkey n regionkey and n nationkey a from value 1 t a query 20231020 152110 0000...
prestodbpresto
add documentation for hive view
Bug
documentation hive view be define in hiveql and store in the hive metastore service they be analyze to allow read access to the datum the hive connector include support for read hive view with three different mode disabled legacy experimental disabled in this mode the connector do...
prestodbpresto
potential datum corruption with recoverable group execution enable
Bug
your environment presto version use 0 285 snapshot storage hdfs s3 gcs local datum source and connector use hive deployment cloud or on prem local expect behavior when recovery happen correct output table content be expect current behavior incorrect table cont...
prestodbpresto
native try not handle correctly incase of overflow divide by zero error
Bug
expect behavior against velox semantic of try not be handle correctly incase of overflow error divide by zero type of error velox output presto tpch select try 2 0 query 20231018 051948 00002 cvwm6 fail scalar function name not register presto default fail call with argum...
prestodbpresto
native scalar subquery not fail with error scalar sub query have return multiple row against velox
Bug
expect behavior scalar subquery not fail with error scalar sub query have return multiple row against velox string subqueryreturnedtoomanyrow scalar sub query have return multiple row assertqueryfail select select 2 from value 3 4 where a 1 from value 1 t...
prestodbpresto
native unify async datum cache property prefix
Bug
currently we have the follow property async datum cache enable async cache ssd gb async cache ssd checkpoint gb async cache ssd path async cache ssd disable file cow some of they start with aysnc data cache and some async cache would be nice to unify they to one
prestodbpresto
native support for create hll be miss in velox
Bug
expect behavior current behavior materializedresult actual computeactual select cardinality merge c from select create hll custkey c from order union all select empty approx set materializedresult expect resultbuilder getsession bigint row 1002l ...
prestodbpresto
update com fasterxml jackson core to late version
Bug
presto hudi and presto iceberg
prestodbpresto
incorrect result in regexp like
Bug
regexp like behave strangely I d expect true in all the follow case but on of they return false this be use joni for regex library cc tdcmeehan aditi pandit amitkdutta zacw7 kaikalur presto whatsapp close select regexp like a b c d e a za z0 9 a za z0 9 c...
prestodbpresto
testdistributedspilledquerieswithtempstorage abstracttestquerie testrownumberlimit ci failure
Bug
ci job error testdistributedspilledquerieswithtempstorage abstracttestquerie testrownumberlimit 1722 abstracttestqueryframework computeactual 127 abstracttestqueryframework computeactual 132
prestodbpresto
update to hadoop 3 2 x x
Bug
com facebook presto hadoop hadoop apache2 3 2 0 1 the hadoop apache2 dependency be use when you want your java application to interact with hadoop service this be particularly useful when you re build application that need to process large amount of datum use hadoop s distribute processing
prestodbpresto
update aw sdk v1 to 1 12 493
Bug
the aws sdk software development kit be a set of tool provide by amazon web service aw to interact with its various service it include library sample code documentation and other resource to help developer build software application that use aw service like amazon s3 amazon ec2 dynamodb and more ...
prestodbpresto
circleci job linux build and unit test fail with ld terminate with signal 9 kill
Bug
758 763 link cxx executable presto cpp main test presto server test fail presto cpp main test presto server test opt rh gcc toolset 9 root usr bin c mavx2 mfma mavx mf16c mlzcnt std c 17 mbmi2 werror wno nullability completeness wno deprecate declaration wreorder g ...
prestodbpresto
document lateral join
Bug
your environment open this issue in response to email from yzhang1991 that presto support lateral join base on issue 5879 however this ability be not document expect behavior the presto documentation should include documentation for lateral join current behavior the pre...
prestodbpresto
type mismatch between presto taskoutputoperator and velox s exchange operator
Bug
your environment prestissimo worker step to reproduce 1 set session optimize repartitione true 2 select max cast 2 as int 1 num shard from customer bucket partition stacktrace veloxruntimeerror encode kindencoding encoding to type mismatch integer expe...
prestodbpresto
array min array max behavior with nan and null
Bug
in presto array max or array min both return nan if at least one element in the array be nan select array max array 4 0 nan null nan select array min array 4 0 nan null nan wonder if the behavior be correct or not cc kaikalur prithvip mbasmanova
prestodbpresto
type mismatch between presto optimizedpartitionedoutputoperator and velox s exchange operator
Bug
your environment prestissimo worker step to reproduce 1 set session optimize repartitione true 2 select ds max cast 2 as int 1 num shard from customer bucket partition group by 1 stacktrace veloxruntimeerror encode kindencoding encoding to type misma...