Closed spider-man-tm closed 2 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
I've run the tests, and all pass. Will merge, thanks for doing this!
This PR is linked to the following issue:
close #1791
Current
Prepare the following table and its corresponding unit test.
Test table:
Test code:
Given that the expected block includes cast(null as int64), it would be more user-friendly to have the output display as follows:
However, the current output is as follows, which can cause confusion for the user:
Before Committing