{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":641002013,"defaultBranch":"master","name":"zetasql","ownerLogin":"rohankumardubey","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-05-15T15:10:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/82864904?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1684163425.7450728","currentOid":""},"activityList":{"items":[{"before":"206e78c86a85053f2c0d75db6fa7b1998181263b","after":"589026c410c42de9aa8ee92ad16f745977140041","ref":"refs/heads/master","pushedAt":"2024-02-18T17:34:56.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"rohankumardubey","name":"Rohan","path":"/rohankumardubey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82864904?s=80&v=4"},"commit":{"message":"Export of internal ZetaSQL changes.\n\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nAdded the sqlbuilder implementation for functions with argument aliases.\n--\nChange by ZetaSQL Team :\nStores argument alias information in resolved ast by using `generic_argument_list` rather than `argument_list` if the function signature has aliased arguments.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nAdd MakeRangeFromValidatedInputs, similar to MakeStructFromValidatedInputs for performance-sensitive cases\n--\nChange by ZetaSQL Team :\nFix the generation_expression syntax, the current syntax requires () after AS.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nInstead of relying on column id for order to create catalog columns to resolved columns map for the target table scan, ResolvePathExpressionAsTableScan now takes the map to be populated as a function argument.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by Christoph Dibak :\nNo public description\n--\nChange by ZetaSQL Team :\nMultiway UNNEST test case refactoring\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nMake Textmapper the default parser, except when the opt-out flag is set.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nFix create table with struct field that requires type coercion.\n--\nChange by ZetaSQL Team :\nAdded the compliance test cases for EXCEPT (ALL|DISTINCT) for INNER CORRESPONDING BY.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nLift the ErrorMessageOptions() refactor to error_helpers.h and update callers to MaybeUpdateErrorFromPayload()\n--\nChange by John Fremlin :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nRemove unnecessary check in ConvertInternalErrorLocationAndAdjustErrorString()\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by Christoph Dibak :\nAllow LIMIT and TABLESAMPLE in public group joins\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nMark `IeeeDivide()` and friends as `no_sanitize(\"float-divide-by-zero\")`.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nIntroduce an opt-out flag for Textmapper, in preparation for making it the default primary parser.\n--\nChange by ZetaSQL Team :\nRemove dead code in AnonymizationRewriter.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nAdd a convenience overload to ConvertInternalErrorMessage() that accepts AnalyzerOptions.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nAdd compliance tests for IS [NOT] DISTINCT over RANGE types.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nExtend cosine and euclidean distance functions to work with float32 arrays.\n--\nChange by ZetaSQL Team :\nHandle value table results more consistently.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nEnable FEATURE_TEXTMAPPER_PARSER by default. Calling EnableMaximumFeatures() now sets TM as the parser.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nBenchmark for EUCLIDEAN_DISTANCE implementation\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nHeap allocate several larger objects in FunctionResolver::ResolveTemplatedSQLFunctionCall to reduce stack space consumption.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nModify JSON functions to allow constant expressions for JSONPaths.\n--\nChange by ZetaSQL Team :\nDirectly set child values instead of merging.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nModify JSON functions to allow constant expressions for JSONPaths.\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nNo public description\n--\nChange by ZetaSQL Team :\nImprove a log line in the type factory.\n (And 23 more changes)\n\nGitOrigin-RevId: d5b7efe5a5d7157472b259c9c595c5d2ebb6f410\nChange-Id: I68e3d0af8010af8adef7082902b0e2b80abb5322","shortMessageHtmlLink":"Export of internal ZetaSQL changes."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0xOFQxNzozNDo1Ni4wMDAwMDBazwAAAAP997Pd","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0xOFQxNzozNDo1Ni4wMDAwMDBazwAAAAP997Pd"}},"title":"Activity ยท rohankumardubey/zetasql"}