SamiShaikh

Results 5 issues of SamiShaikh

**Describe the bug** EXPLODE functions does not work with LIMIT clause **To Reproduce** CREATE STREAM STR123 (ID STRING, DESCARRAY ARRAY) WITH (KAFKA_TOPIC='strexp', KEY_FORMAT='KAFKA', PARTITIONS=3, VALUE_FORMAT='JSON'); INSERT INTO STR123 (ID, DESCARRAY)...

bug
needs-triage
query-engine

**Describe the bug** Insert Into queries fail when source record map is missing keys that are inserted into target record map for protobuf schema The query throws NPE **To Reproduce**...

bug
streaming-engine
error-messages
protobuf

**Describe the bug** JSON_SR enum gives a struct projection instead of string **To Reproduce** Create topic and register json schema ``` { "$id": "http://example.com/myURI.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Sample...

bug
streaming-engine
schema-registry-integration

**Describe the bug** Pull queries do not work for header columns From the docs it looks like this is possibly because only ROWTIME is allowed for PULL queries from pseudocolumns....

bug
query-engine

**Describe the bug** Schema Inference With ID in CSAS does not work for enums. **To Reproduce** To reproduce Register below schema for topic avroTest4 ``` { "doc": "Sample schema to...

bug
avro
schema-registry-integration