You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method QueryParameterValue#timestamp doesn't give a code author a clue what kind of value is expected there.
It might be considered 'common knowledge' that BigQuery works with epoch microseconds here, but it would still be nice to give a hint here, either by using the paramter name epochMicros or giving a hint in the javadoc.
Thanks
The method QueryParameterValue#timestamp doesn't give a code author a clue what kind of value is expected there.
It might be considered 'common knowledge' that BigQuery works with epoch microseconds here, but it would still be nice to give a hint here, either by using the paramter name
epochMicrosor giving a hint in the javadoc.Thanks