repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
prestodbpresto | native disable hive partial aggregation pushdown enable | Bug | hiveconnector in velox doesn t support aggregation pushdown which lead to error like veloxusererror unsupported hive column type aggregate this functionality be not need because in velox aggregation support pushdown via lazyvector this be a more generic function which allow to avoid couple... |
prestodbpresto | presto start with discovery service failure | Bug | your environment presto version use 0 2781 deployment cloud or on prem cloud pastebin link to the complete debug log get error during presto start 2024 02 29t02 22 12 018z info main bootstrap discovery server enable false false 2024 02 29t02 22 17 9... |
prestodbpresto | like expression with initial and end do not work on char column | Bug | your environment local mac expect behavior like somevalue should work over varchar and char column current behavior return an error over char unexpected parameter char 15 varchar bigint for function split expect split varchar x varchar y bigint split varchar x ... |
prestodbpresto | commit standard link in contribute md be break | Bug | commit standard link in be break cc tdcmeehan steveburnett |
prestodbpresto | pacific kanton timezone cause testtimezoneutil testnamedzone to fail | Bug | your environment presto version use head java version openjdk version 1 8 0 302 openjdk runtime environment temurin build 1 8 0 302 b08 openjdk 64 bit server vm temurin build 25 302 b08 mixed mode expect behavior test pass current behavior error test run ... |
prestodbpresto | native task getdetail i d xyz crash with std out of range out of range in dynamic array | Bug | look like the crash happen in task tojson when access driverobj index folly dynamic driverobj folly dynamic array int index 0 for auto driver driver if driver driverobj index driver tojson we should use driverobj push b... |
prestodbpresto | presto hive connector create too many small split | Bug | we have a table with wide column map and it take a long time 3 6 min select count 1 from table meta internal query i d 20240212 231123 91020 7kizs op perf use session property hive file splittable false make the same query take 10 meta internal query i d 20240212 230955 07056 ... |
prestodbpresto | prestocteprojectpushdown create wrong order of column | Bug | add a test case which be fail with a different join order on debug the order of the last two column interchange |
prestodbpresto | singlestore test fail with not enough disk space | Bug | testsinglestoredistributedquerie be fail on ci with sql conn 55 not enough disk space to create or attach database tpch on leaf 127 0 0 1 3307 estimate available 11099 mb estimate need 13763 mb sample run your environment presto version use master branch storage hdfs s3... |
prestodbpresto | from unixtime double implementation harbor double precision bug | Bug | your environment presto cluster late version expect behavior query see the reproduce section should return event time action ts 1 7041507095805e9 2024 01 01 15 11 49 580 machine representable double for the ... |
prestodbpresto | consolidate legacysqlqueryscheduler and sqlqueryscheduler | Bug | the difference between sqlqueryscheduler and legacysqlqueryscheduler be in the former ability to support full section retrie in presto unlimited this be implement before move to presto on spark strategy that support more granular retrie through spark the new scheduler have never be fully roll out the proposa... |
prestodbpresto | native hide column miss in prestissimo hive connector | Bug | presto hive connector support 3 hide column path file size file modify time as document here extra hide column while java presto nicely show the 3 hide column on my unmanaged hive table only 1 of the 3 hide column work in prestissimo on the same unmanaged hive table current behavior belo... |
prestodbpresto | add documentation for history base optimizer | Bug | many prominent improvement be be add to the history base optimizer we already have documentation for the redis hbo provider yet lack documentation for how hbo work and how to enable it we should add this documentation to encourage its use it seem like this should be add to the query optimizer section ... |
prestodbpresto | error throw when try to execute insert into statement when white space be present in column name in iceberg connector | Bug | when attempt to execute an insert into statement within the iceberg connector an error be encounter specifically when the column name involve in the operation contain white space the error presto type be null be get throw and insertion operation be not get successful environment presto versi... |
prestodbpresto | native prestissimo build be fail on macos | Bug | a recent fmt upgrade in velox can cause the build to fail this be be fix |
prestodbpresto | documentation add in 21057 doesn t accurately reflect the state of resource group management in presto | Bug | accord to resource manager selector rule support a usergroup component however presto 0 285 doesn t actually support this selector doesn t contain a member that represent this component doesn t have one either your environment presto version use 0 285 storage hdfs s3 gcs ... |
prestodbpresto | drop v1 task endpoint in favor of v1 task async | Good First Issue | make asyncpagetransportservlet respond to v1 task |
prestodbpresto | native output operator be miss in stage summary page | Bug | current behavior in same production query cpp vs java possible reason from debug front end the output operator should have the same plannodeid as its parent jsx logic l390 cpp s partitionedoutput s plannodeid be root cpp stageid 1 stageexecutionid 0 ... |
prestodbpresto | query 20240119 063836 00856 pugph fail unsupported column type timestamp | Bug | I be try to use mysql connector and insert data which be result select from other table into the mysql table there be a column with datetime type in the d table when I execute the insert into select query an exception occur now I can only create a tmp table in mysql and use it as a bridge why timestamp ... |
prestodbpresto | memorycachestats ssdstat be null at the time of record metric | Bug | must check if object be null here l281 abort at 1705102873 unix time try date d 1705102873 if you be use gnu date pc 0x0 name bit sigsegv 0x20 receive by pid 35075 tid 0x16f46b000 stack trace 0x187469a24 sigtramp 0x10... |
prestodbpresto | add documentation of the function format for float type | Bug | add documentation of the function format for float type your environment presto version use storage hdfs s3 gcs datum source and connector use deployment cloud or on prem pastebin link to the complete debug log expect behavior documentation current behav... |
prestodbpresto | parquet dereference pushdown be break | Bug | presto test set session hive parquet dereference pushdown enable true set session presto test select address city from person query 20240107 071606 00090 jrwtp fail 1 node split 6 total 0 do 0 00 latency client side 91ms server side 83ms 0 row 0b 0 rows s 0b s ... |
prestodbpresto | there be a memory leak problem when query the iceberg table with delete file | Bug | one of our internal cluster have recently launch many iceberg query with delete file after a day I find that the coordinator s memory be always above 90 as show in the follow picture xnip2023 12 28 17 24 15 we find in the coordinator s gc log that there be almost full gc record every minute we susp... |
prestodbpresto | precision loss issue in the decimal type division | Bug | your environment presto version use 0 272 expect behavior presto select 0 015 30 result 0 0005 select 0 0150 30 result 0 0005 select 0 01500 30 result 0 00050 spark select 0 015 30 result 0 000500 select 0 0150 30 result 0 0005000 select 0 01... |
prestodbpresto | preserve case for rowtype s field name and json content when cast | Bug | description fix issue 20701 in parse stage when we try to build a cast expression we should not simply translate the target type string to low case as the target type string may have some quote field name which should retain their original case so as to json string when we try to cast... |
prestodbpresto | fix bug for like pattern with multiple byte character | Bug | description fix 21577 in utf8 many character like chinese character be represent by more than one byte so we shouldn t simply use the character length of a string to handle it s corresponding slice this pr fix the problem test plan enhance test case testcondition testlike ... |
prestodbpresto | do like clause support unicode | Bug | presto sf1 select like a like helloworld like hello ab like ab col0 col1 col2 col3 col4 false false true false 1 row query 20231220 052149 00012 danvg finish 1 node ... |
prestodbpresto | tpc ds sf 10k q78 veloxruntimeerror allocatenoncontiguous fail with 2 page from memory pool | Bug | click to expand the query sql tpc ds q78 with ws as select d year as ws sell year ws item sk ws bill customer sk ws customer sk sum ws quantity ws qty sum ws wholesale cost ws wc sum ws sale price ws sp from web sale leave join web return on wr order num... |
prestodbpresto | if the url contain unescaped character url extract path function return null | Bug | describe the problem you face a clear and concise description of the problem be this work before or be this a first try if this work before then what have change that recently provide table ddls and explain analyze for your presto query environment description pres... |
prestodbpresto | cte materialization create wrong plan for similar name cte in completely different scope | Bug | materialization of cte involve identify their usage through cte name and relative path however there be two identify bug in this process which have be notice in 0 2 of production query in presto sql the allowance for nest and similarly name cte in numerous instance contribute to these issue obser... |
prestodbpresto | native translate sink max buffer size and driver max page partition buffer size config to velox | Bug | prestissimo need to translate presto s worker config sink max buffer size and driver max page partition buffer size to correspond velox config max arbitrary buffer size and max page partition buffer size see cc kewang1024 spershin majetideepak aditi pandit |
prestodbpresto | cte materialization internal error hive bucket hashcode be not support for hive category struct and binary | Bug | type java lang unsupportedoperationexception message computation of hive bucket hashcode be not support for hive category struct suppress stack com facebook presto hive hivebuckete hash hivebuckete java 191 com facebook presto hive hivebucket... |
prestodbpresto | testjdbcresultset testobjecttype test fail in test other module job | Bug | module presto jdbc and test failure be error com facebook presto jdbc testjdbcresultset testobjecttype time elapse 1 554 s failure java lang assertionerror expect 1 1001 but find fst 1 snd 1001 at org testng assert fail assert java 110 at org testng assert failnotequal ... |
prestodbpresto | security vulnerability issue with spring boot maven plugin and spring core | Bug | module presto benchto benchmark dependency 1 org springframework boot spring boot maven plugin 1 2 5 release vulnerability cve 2023 37460 cve 2022 4245 cve 2022 4244 cve 2021 26291 cve 2018 1002200 2 org springframework spring core ... |
prestodbpresto | native unit test be not be run in ci | Bug | I see the follow log example updatectestconfiguration from root project presto native execution build debug dartconfiguration tcl updatectestconfiguration from root project presto native execution build debug dartconfiguration tcl test project root project presto native execution build... |
prestodbpresto | hbo not canonicalize plan node ids and repeat variable name | Bug | sample json type com facebook presto sql planner canonicaltablescannode i d 82 table connectorid hive tablehandle schemaname tpch ... |
prestodbpresto | native cmake failure object of target duckdb reference but no such target exist | Bug | try to build prestissimo and get this error wonder if there be a fix or workaround cmake error at presto cpp main type test cmakelist txt 52 target link librarie error evaluate generator expression object of target duckdb reference but no such target exist cc majetid... |
prestodbpresto | can t use a noobaa cache bucket without cache datum to run tpc ds benchmark | Bug | noobaa be use to create a cache bucket to cache tpc ds sf100 benchmark datum from a remote s3 bucket and use presto to query the table in cache bucket create schema benchmarkcache sf1000cache with location s3a benchmark cache 6a8dc04a 6927 42e5 aad6 627b4b879faa sf1000 create table ... |
prestodbpresto | be unstable | Bug | the presto website be unstable I often could not access it |
prestodbpresto | 404 on dockerhub can not pull image | Bug | dockerhub be return 404 on image and get similar error when pull image image your environment I don t think it be relate to my environment in any way expect behavior image should be find and pull current behavior 404 or access deny error step to reproduce docker imag... |
prestodbpresto | error be raise when select a literal array | Bug | your environment presto version use late master branch commit e4d8fc142e804923e7d99ae868fe646dfd62a734 expect behavior current behavior presto sf1 select array 1 query be go server restart possible solution step to reproduce 1 start tpchqueryru... |
prestodbpresto | native miss decimal signature for aggregate function approx distinct in velox | Bug | query with aggregate function approx distinct be fail with miss decimal signature in velox current behavior select approx distinct cast custkey as decimal 18 0 from order output against c worker query 20231106 150303 00058 nbggi fail aggregate function signature be not support pres... |
prestodbpresto | security vulnerability report by yarn audit for presto ui | Bug | when run the yarn audit against the presto ui presto main src main resource webapp src it report two issue critical babel vulnerable to arbitrary code execution when compile specifically craft malicious code high d3 color vulnerable to redo for the first one it impact the machine run... |
prestodbpresto | cast varchar as doesn t trim lead and trail whitespace but fail | Bug | current behavior of cast varchar to integral type be to throw exception if the varchar be valid but contain lead or trail whitespace for example select cast 100 as bigint throw the follow exception com facebook presto spi prestoexception can not cast 100 to bigint at com facebook... |
prestodbpresto | native unused node memory gb config property in prestissimo | Bug | node memory gb as per definition in the readme here prestissimo runtime configuration and setting control amount of system memory set for prestoserver but in practice this config be not use at all if there be no use of this config be it safe to clean up the related code in presto native execution ... |
prestodbpresto | native tpc ds q43 q95 sf 10k too many page 109870 to allocate hashtable | Bug | q43 json veloxruntimeerror too many page 109870 to allocate the number of unit 429 at size class of 256 exceed the pagerun limit 65535 at unknown 0 zn8facebook5velox7process10stacktracec1ei unknown source at unknown 1 zn8facebook5velox14veloxexceptionc2epkcms3 st17basic string viewics... |
prestodbpresto | native tpc ds q10 sf 10k exceed memory pool cap take much more memory to run than java | Bug | q10 json veloxruntimeerror exceed memory pool cap of 217 00 gb with max 217 00 gb when request 20 00 mb memory manager cap be 217 00 gb requestor op 0 0 12 tablescan with current usage 48 41 mb 20231030 200214 00010 7ckus usage 217 00 gb peak 217 00 gb task 20231030 200214 00010 7ckus ... |
prestodbpresto | bug in from unixtime double | Bug | your environment presto native query runner step to reproduce 1 create table test insert event time name varchar event time timestamp ds varchar comment none with format dwrf 2 create table test select event time name varchar event time double ds ... |
prestodbpresto | more than 5 concurrent insert fail via iceberg connector | Bug | aim to fix concurrent insert via iceberg connector in case of hive metastore however the number of attempt to insert be control by the table property commit retry num retrie which be by default set to 4 to fix concurrent insert to iceberg table there be 2 scenario 1 new table creation this table ... |
prestodbpresto | update snakeyaml to 2 2 | Bug | |
prestodbpresto | avoid use inheritance to implement icebergparquetfilewriter | Bug | by remove extend parentclass myclass be no long a subclass of parentclass and will not inherit any of its method or field by add private datatype myvariable you be declare a new private variable name myvariable of type datatype in myclass the private keyword mean that myvariable can only be access within mycla... |
prestodbpresto | make parquetfilewriter final | Bug | make a class final in java mean that the class can not be subclasse this be particularly useful when you want to create a class with method that should not be overridden or to prevent inheritance for security or design reason here s what it would look like to make your parquetfilewrite class final public ... |
prestodbpresto | fix typo in pagebuilder | Bug | public pagebuilder newpagebuilderlike create a pagebuilder with give type a pagebuilder instance create with this constructor have no estimation about byte per entry therefore it can resize frequently while append new row this constructor should only b... |
prestodbpresto | refactore testtimestampwithtimezone test | Bug | your environment presto version use storage hdfs s3 gcs datum source and connector use deployment cloud or on prem pastebin link to the complete debug log expect behavior current behavior possible solution step to reproduce 1 2 3 ... |
prestodbpresto | native not return all the row if timezone be part of the timestamp against velox | Bug | expect behavior current behavior velox output select x from value timestamp 1970 01 01 00 01 00 00 00 timestamp 1970 01 01 08 01 00 08 00 timestamp 1970 01 01 00 01 00 08 00 t x where x in timestamp 1970 01 01 00 01 00 00 00 x ... |
prestodbpresto | native query with reduce agg fail with state isnullat I lambda expression in reduce agg should not return null for non null input against velox | Bug | expect behavior follow query currently fail if run against the c worker select reduce agg x 0 x y try x y x y try x y from value 2817 9223372036854775807 as t x error return veloxusererror state isnullat I lambda expression in reduce agg should not return n... |
prestodbpresto | native query contain reduce agg return 0 0 where it should have return null against velox | Bug | expect behavior follow query return incorrect result if run against c worker select reduce agg x 0 x y try 1 x 1 y x y try 1 x 1 y from select 0 union all select 10 t x actual row up to 100 of 1 extra row show 1 row in total 0 0 expect row up to 100 o... |
prestodbpresto | native reduce agg return incorrect result | Bug | this query return incorrect result if run against c worker select x array join array sort reduce agg y array x a b a b a b a b from value 1 array a 1 array b ... |
prestodbpresto | miss plugin document section from presto index section | Bug | here index page in document mention about plugin content but which seem to be miss from the presto document index ui |
prestodbpresto | protobuf header leak into prestissimo google protobuf port def inc file not find | Bug | your environment base environment clone from presto repo use protobuf bundle from velox protobuf be not a dependency of prestissimo only of velox the build succeed if the system have the correct protobuf version instal if the bundled version be use the build will fail expect behavior ... |
prestodbpresto | assertion failure in revocable memory in spillablehashaggregationbuilder | Bug | after be land we be see assertion failure in spillablehashaggregationbuilder the codepath which contain the assertion be never trigger in any of the unit test current behavior stacktrace 23 10 12 06 10 13 error tid 337 taskexecutor error processing split 20231012 122637 00000 urafm 7 0 ... |
prestodbpresto | concurrent insertion with iceberg connector do not work | Bug | as per concurrent insertion with iceberg connector for hive metastore be support however more than 5 concurrent query be not execute properly lead to data loss your environment presto version use late storage hdfs s3 gcs hdfs datum source and connector use iceberg connector depl... |
prestodbpresto | the split tab of a query show empty content | Bug | when there be multiple task in a stage the split tab show empty content your environment presto version use almost the late code from the master branch this commit storage hdfs s3 gcs datum source and connector use tpch deployment cloud or on prem single server ... |
prestodbpresto | properly ban javax inject usage | Bug | javax inject be a set of annotation for use with dependency injection framework while it can be useful in some case there be several reason why you might want to ban its usage interoperability not all framework support javax inject if you be use a framework that doesn t support it or if you plan to switc... |
prestodbpresto | ban javax annotation dependency | Bug | to ban a dependency in maven you can use the element in your dependency configuration this allow you to exclude a transitive dependency |
prestodbpresto | hiveexternalworkerqueryrunner fail to run query no node available to run query | Bug | follow build from source and start hiveexternalworkerqueryrunner and presto server as direct the hiveexternalworkerqueryrunner and presto server start successfully and be able to run show schemas or show table but fail to run select query presto tpch select from tpch sf1 lineitem query 20231... |
prestodbpresto | presto native execution build failure unknown pool name link job pool | Bug | cmake error run application clion app content bin ninja mac ninja c user yingsu repo presto3 presto presto native execution cmake build debug t recompact fail with ninja error build ninja 17117 unknown pool name link job pool your environment presto versio... |
prestodbpresto | hiveexternalworkerqueryrunner fail to start with nullpointerexception on datum dir | Bug | the follow error be show when start hiveexternalworkerqueryrunner in intellij with all require setting in development application intellij idea app contents lib idea rt jar com facebook presto nativeworker hiveexternalworkerqueryrunner user yingsu connect to the target vm address 127 0 0 1 539... |
prestodbpresto | query detail ui miss task list | Bug | there be a recent regression in presto query ui where it do not print information for all task your environment presto version use 0 284 edge24 expect behavior query detail ui should print a list of task for each stage example of how it work in previous presto version image cur... |
prestodbpresto | arm ubuntu library not find nativelib linux aarch64 libhadoop so | Bug | your environment presto version use 0 283 storage hdfs s3 gcs hdfs hadoop3 2 datum source and connector use hive hudi deployment cloud or on prem on prem pastebin link to the complete debug log expect behavior current behavior when I use bin launcher ru... |
prestodbpresto | native select timestamp 1960 01 22 3 04 05 1 return wrong timestamp value if the input string have fraction of second | Bug | current behavior presto tpch select timestamp 1960 01 22 3 04 05 1 col0 2544 08 11 02 38 38 809 note this be a wrong result problem seem to be only when the fraction part of the timestamp be supply presto tpch select timestamp 1960 01 22 3 04 0... |
prestodbpresto | singlestore test fail with not enough disk space | Bug | gh action ci be fail pretty frequently with an error like error test run 535 failure 1 error 0 skip 20 time elapse 1 102 629 s failure in testsuite error com facebook presto plugin singlestore testsinglestoretypemappe init time elapse 17 298 s failure java sql s... |
prestodbpresto | from unixtime generate a timestamp that do not fit as int64 t millisecond | Bug | I need help with something select to unixtime from unixtime 3 87111e 37 give I as output 9223372036854800 this number 9223372036854800 will overflow if we try to store it in int64 t as millisecond presto shuffle serialize a timestamp as int64 t millis be that a bug in from unixtime or be I miss some... |
prestodbpresto | product test product test basic environment fail frequently with no space leave on device | Bug | the product test product test basic environment be fail frequently with fail to register layer write usr share ghostscript 8 70 resource cmap unicns utf16 h no space leave on device your environment presto ci check possible solution its possible that recent test addition to ci check be ca... |
prestodbpresto | tpc ds sf 1k datum mismatch velox vs java query 95 in both original and ahana rewritten query | Bug | tpc ds sf 1k datum mismatch while compare velox vs java result for query 95 attach screenshot original tpc ds 95 query image rewitten tpc ds 95 query image your environment presto version use 0 284 deployment cloud or on prem cloud expect behavior datum should mat... |
prestodbpresto | tpc ds sf 1k datum mismatch velox vs java query 39 in both original and ahana rewritten query | Bug | tpc ds sf 1k datum mismatch while compare velox vs java result for query 39 the issue be float point precision mismatch attach screenshot image your environment presto version use 0 284 deployment cloud or on prem cloud expect behavior result should match current behav... |
prestodbpresto | set union apply to all null return empty array not null | Bug | I notice that set union apply to all null input return an empty array I expect a null it would be great to clarify whether this behavior be correct presto select set union x from select cast null as array bigint as t x col0 discover by run velox aggregationfuzzer wit... |
prestodbpresto | map union sum x real fail with unsupportedoperationexception com facebook presto common type realtype | Bug | create table tmp c0 g0 g1 as select cast null as map tinyint real cast null as timestamp cast null as bigint select g0 as g0 g1 as g1 array sort map key a0 as p2 from select g0 g1 map union sum c0 as a0 from tmp group by g0 g1 java lang unsupportedoperationexception ... |
prestodbpresto | typo in bitwise right shift documentation value shift digit | Bug | bitwise right shift value shift digit same as value bitwise right shift there be only two input to bitwise right shift digit be no input |
prestodbpresto | presto can not able to connect to s3 | Bug | have follow the documentation provide by presto but however I couldn t able to establish the connection I try the below configuration hive property be the file name connector name hive hadoop2 hive metastore uri thrift jdbc mariadb md7wf1g369xf22 cluz8hwxjhb6 us east 2 rd amazonaw com 3306 organiza... |
prestodbpresto | error while parse columnstatistic of type timestamp | Bug | the spi allow columnstatistic of any type to be retrieve during show stat query this do not work for timestamp type since tostringliteral and we throw an illegalargumentexception l344 l359 your environment an iceberg table with a timestamp colum and table statistic up to date creat... |
prestodbpresto | minbyn maxbyn do not check the consistency of the param n | Bug | test case presto select max by c0 c1 c2 from value cast null as bigint cast null as bigint cast null as bigint bigint 0 bigint 10 bigint 2 cast null as bigint cast null as bigint cast null as bigint ... |
prestodbpresto | native query with aliase column in grouping set produce incorrect result | Bug | query select lna lnb sum quantity from select linenumber lna linenumber lnb cast quantity as bigint quantity from lineitem group by group set lna lnb lna lnb expect behavior assertquery select lna lnb sum quantity from ... |
prestodbpresto | native incorrect result for empty grouping set | Bug | expect behavior select sum cast quantity as bigint from lineitem where quantity 0 group by group set current behavior query fail with the follow difference java lang assertionerror for query select sum cast quantity as bigint from lineitem where quantity 0 group by g... |
prestodbpresto | native sum distinct give incorrect result | Bug | expect behavior select max orderstatus count orderkey sum distinct orderkey from order current behavior java lang assertionerror for query select max orderstatus count orderkey sum distinct orderkey from order not equal actual row up to 100 of 1 extra row show 1 row in... |
prestodbpresto | minn maxn do not check the consistency of the param n | Bug | test case select max c0 c1 from value cast null as bigint cast null as bigint bigint 0 bigint 2 cast null as bigint cast null as bigint bigint 1 bigint 3 cast null as bigint cast null as bigint bigint 2 bigint 2... |
prestodbpresto | template for open a documentation request | Bug | fail to execute goal org springframework boot spring boot maven plugin 1 2 5 release repackage default on project presto benchto benchmark execution default of goal org springframework boot spring boot maven plugin 1 2 5 release repackage fail plugin org springframework boot spring boot maven plugin 1 2 5 relea... |
prestodbpresto | native tpc ds sf 1k regression in q9 | Bug | the tpc ds 1k native vs java show regression in only q9 number the plan be clearly different investigate the underlying issue java plan native plan your environment presto version use 0 284 deployment cloud or on prem cloud |
prestodbpresto | discussion lead lag function s behavior when the offset be null | Bug | java presto testleadfunction java assertwindowquery lead orderkey null 1 over partition by orderstatus order by orderkey resultbuilder test session integer varchar integer row 3 f null row 5 f null row 6 ... |
prestodbpresto | the timeline chart in the split page doesn t work | Bug | when check the split detail of a query the timeline chart doesn t work split timeline your environment presto version use 0 284 snapshot storage hdfs s3 gcs n a datum source and connector use tpch deployment cloud or on prem local pastebin link to the complet... |
prestodbpresto | native plan conversion fail constant vector can not wrap constant vector | Bug | select case when date from unixtime orderkey at time zone utc date 1970 01 01 then null else from unixtime orderkey at time zone utc end from order cause by veloxruntimeerror base basevector encode vectorencoding simple constant constant vs co... |
prestodbpresto | flaky test com facebook presto orc metadata statistics testmapcolumnstatisticsbuilder testaddmapstatisticsnovalue | Bug | ci run |
prestodbpresto | cast varchar contain utf 8 character to bigint yield unexpected result | Bug | cast a varchar contain non numeric utf 8 character to a bigint can return numeric result e g cast as bigint yield 1982 expect behavior I would expect cast non numeric string to fail current behavior I receive a numeric result this seem to be inherit from java s long parselong ... |
prestodbpresto | native presto protocol json hpp mustache need update to refer to new json location | Bug | pr 20619 move json hpp but didn t update presto protocol json hpp mustache as a result make presto protocol command generate file that do not compile cc majetideepak czentgr amitkdutta |
prestodbpresto | can presto support to skip corrupt file rather than fail the query | Bug | your environment presto version use presto 0 275 storage hdfs s3 gcs s3 parquet file datum source and connector use hive deployment cloud or on prem cloud pastebin link to the complete debug log expect behavior when use presto to query parquet file on s3 the ... |
prestodbpresto | flaky test testhivedistributedquerieswithoptimizedrepartitione testrunawayregexanalyzertimeout | Bug | error failure error testhivedistributedquerieswithoptimizedrepartitione testrunawayregexanalyzertimeout test the exception be throw with the wrong message expect regexp matching interrupt but get the query optimizer exceed the timeout of 1 00 info error test run 496 f... |
prestodbpresto | improve comparison operator and function document for in operator | Bug | image image |
prestodbpresto | testbrutalshutdown testqueryretryonshutdown flaky | Bug | pr with no relevant change and this test fail ci run |
prestodbpresto | native e2e test for probability function can not be run | Bug | expect behaviour e2e test for probability function be contain in the file abstracttestnativeprobabilityfunctionquerie java since this be an abstract class a separate subclass implementation be require to run these test current behaviour there be currently no subclass of abstracttestnativeprobab... |
prestodbpresto | hbo framework seem not to work with dynamic filtering | Bug | try tpcds q4 with hbo with dynamic filtering wrong join type be choose on investigate canonicalplangenerator l268 do not seem to have any handling for join with runtime stat when runtime stat be apply to one side it could cause the post execution statistic to be inaccurate this be due to our... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.